I know I can use colors in Angular Material like so
<button mat-button color="primary"></button>
I've got two questions which I couldn't find answered anywhere.
- What controls other than button accept that color attribute?
- What colors other than primary, secondary, accent and warn are possible?
I found the Material Color guide, that talked about a lot, but not about those two questions.