Colour Scheme for custom HTML

You can hook into the Color Scheme like so:

:root {
    color: %color:Primary 700%;
}

And just replace Primary 700% with whatever in the Color Scheme you want to use in the Custom HTML.

2 Likes