Referencing Colour Manager Colours

Hi, I was wondering if there is a way to reference “Color Manager” Colors when doing inline CSS

<span style="color: #ff9800;">Tell us what you need designed.</span>

possible to do something like:

<span style="color: "Brand Primary">Tell us what you need designed.</span>


Hi,

Regretfully that is not possible.

CSS color will only accept the following Values

Hexadecimal colors
RGB colors
RGBA colors
HSL colors
HSLA colors
Predefined/Cross-browser color names

For more info, please refer to the links below

https://www.w3schools.com/csSref/css_colors_legal.asp
https://www.w3schools.com/csSref/css_colors.asp

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.