Colors

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:

I'm a red div
I'm a green div
I'm a blue div

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:

I'm a red text

I'm a purple alert

For color list, refer here

Possible values

Value Description
[color] you can use all colors