Bug Report / Feature Request ???
Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.
Describe the Bug
Using a standard color name does not work for a component
Steps to Reproduce

Related Code
https://github.com/peterennis/ae-svg-components/blob/master/src/index.html#L34-L37
Expected Behavior
Use known names (preferred) or hex codes
Ref: https://en.wikipedia.org/wiki/Web_colors
Additional Context
This commit refers to "The color to use from your application's color palette."
b4976dd
I would like to use named colors in my component.
It may be necessary to extend Ionic theming.
Where is a good place to start?