In the Angular Material custom theming documentation, we are setting the primary color as indigo like this:
$candy-app-primary: mat-palette($mat-indigo);
Where can i refer all acceptable arguments for the mat-palette()
function?
I wanted to know all possible color names like we have $mat-indigo
in the above example. Couldn't find it in the documentation.
Thanks.