Colors

Primary Colors

Primary
#F26322
Primary-Light
#FFB96F
Primary-Dark
#D9591F
Secondary
#007BCD
Secondary-Light
#90B0CC
Secondary-Dark
#073686

Additional Colors

Grey
#A6A6A6
Light-Grey
#F2F2F2
Dark-Grey
#5C5C5C
Error
#ff3333
Success
#279D5A
Dark
#121212
White
#FFFFFF

Opacity - Text

When addign a text color you can use class "text-opacity-75" in order to get 75% rgba text color from the used color; Example.

read more

"text-opacity": ( css-var: true, class: text-opacity, values: ( 10: .1, 15: .15, 20: .2, 25: .25, 40: .4, 50: .5, 75: .75, 100: 1 ) ),

Opacity - Background

When addign a background color you can use class "bg-opacity-10" in order to get 10% rgba text color from the used color; Example:

Primary
#007CF8

read more

"bg-opacity": ( css-var: true, class: bg-opacity, values: ( 10: .1, 15: .15, 20: .2, 25: .25, 40: .4, 50: .5, 75: .75, 100: 1 ) ),