I am using angular material in angular 7.
I had used angular-material in angular-1 before & it provided a way (md-colors) to user all colors.
But in for angular-material-7 i am unable to find these kind of property.
When we use color in component like button
<button mat-raised-button color="primary">Primary</button>
In color we can use only primary, accent & warn pallets. But i want to use more then these 3 colors. I want a way to use all material-theme colors like we used in angular-material-1
Can anyone tell me what am i missing here. All color variables exist in @angular/material/theming.scss
. but i am not sure how to use these colors.