You have access to the colors from the html and change the background color with the _bg
attribute.
Exemples:
<div _bg="red">I'm a red div</div>
<div _bg="green">I'm a green div</div>
<div _bg="blue">I'm a blue div</div>
Results:
But you can also use colors in many places, such as on text, alerts etc...
Exemples:
<h4 _font="red">I'm a red text</h4>
<div _alert="purple">I'm a purple alert</div>
<button _btn="amber outline">I'm a amber button</button>
Results:
For color list, refer here
Value | Description |
---|---|
[color] | you can use all colors |