Color

Control a straight forward color pallette, and all the secondary and tertiary colors will be generated automatically.





Affected selectors


Default colors




There are more variations for the colors, such as Contrast colors and Transparent colors. These variations are being used for creating other variables, see all the commented color varoables in the control panel SASS files.




Modifying colors

The colors can be modified in the Control Panel.

By changing the Basic colors variables in Control Panel, all the other variations will be generated automatically.


Main color variables available in Control panel:
    

$color-black:
$color-gray:
$color-white:
$color-alert:
$color-success:
$color-attn:    




Color multipliers

The following SASS variables in the control panel will control how the Dark, Light and Pale colors will be generated.


    
$transparent-value
$darken-value
$lighten-value
$pale-value    



If you change a color variable separately i.e $color-accent-dark, then changing the multiplier will not have any affect on that. In other words, overriding specific color variables have higher priority than multiplier effect.





Background colors

The following selectors can be applied to an ellement for controlling the background-color:


un-bg-white

white

un-bg-black

black

un-bg-base

base

un-bg-accent

accent

un-bg-alert

alert

un-bg-attn

attn

un-bg-success

success



Text colors

The following selectors can be applied to an ellement for controlling the text-color:


un-co-white

white

un-co-black

black

un-co-base

base

un-co-accent

accent

un-co-alert

alert

un-co-attn

attn

un-co-success

success



Border colors

The following selectors can be applied to an ellement for controlling the border-color:


un-bc-white

white

un-bc-black

black

un-bc-base

base

un-bc-accent

accent

un-bc-alert

alert

un-bc-attn

attn

un-bc-success

success