Color Names
Color Names
Color Names can be used for mod_color
, recipient_color
, and main_color
configuration variables.
Base Colors:
Tableau Colors:
To force use tableau color, use tab:<color name>
(ie. tab:red
).
XKCD Colors:
To force use xkcd color, use xkcd:<color name>
(ie. xkcd:light olive green
).
CSS4 Colors:
To force use CSS4 color, use css:<color name>
(ie. css:thistle
).
Note:
If no color group prefix is provided, the color name will be retrieved in the following order:
Tableau
XKCD
CSS4
Base
Last updated