If I copy hex color code without # to border color field RAW (could be same for others) it works fine in backend but tries to render it without required #
If I press hex it shows up like this:
In frontend we see it renders without #

If I copy hex color code without # to border color field RAW (could be same for others) it works fine in backend but tries to render it without required #
If I press hex it shows up like this:
In frontend we see it renders without #

Hi,
Thanks so much for your report!
E9E9E9 isn’t a valid value such as red, blue, salmon, yellow, var(--my-color), …
When copying hex colors, you should use the hex field (and clear the raw field if you already added anything there).
Best regards,
timmse
Yes I understand. Looks like my problem was not clearing RAW, I was only selecting hex which was showing correct color code.