I\'m building an app with multiple theme with angular material design 2. I created multiple theme and it\'s working really great. Using this guideline : Angular Material des
You can use class="mat-primary" and class="mat-accent" on HTML elements to get the primary and accent colours of your theme.
class="mat-primary"
class="mat-accent"