How to define md-color/color directly to the HTML element in angular material2 -


is there way define color/background color directly html element in material2? same of angular material (previous version):

<label md-colors="{background: 'purple-600'}"> <p md-colors="{color: 'grey-500'}"> 


Comments