Description
We should add themed styles for the commonly used colors from the palettes. I'm thinking like the 3 (light, default, dark) main colors from each palette. Something like this:
.warn-light { color: $warn-palette-light } .warn-default { color: $warn-palette-default } .warn-dark { color: $warn-palette-dark } .primary-light { color: $primary-palette-light } .primary-default { color: $primary-palette-default } .primary-dark { color: $primary-palette-dark } .accent-light { color: $accent-palette-light } .accent-default { color: $accent-palette-default } .accent-dark { color: $accent-palette-dark }