Hi, the wix page designer gives a color panel with 5 design colors and 5 tones for each color. This is very helpful and easy to handle and of one many reasons I like wix.
But when you access one of the elements colors in velo e.g. by using the $w().stlye.backgrounColor property, velo does not give you the HTML color code, but rather a string like “color_16” or “color_25” that identifies the design color as such. But vice versa, velo throws an errow if you try to assing this string as the color to an element. This makes the string pretty useless unless I can access the actual colors behind these codes.
Is there a workaround for this behaviour? Can I somehow access the design colors so I can write some code that translates the “color_16”… to an actual HTML color code?
Color selector with design colors in top section for reference: