Flexible Framework: Color
_color.scss
Color: Requirements
_color-variables.scss
Color: Black & White
Black and White cannot be lightened or darkened with class name extensions (use gray).
| Minimal |
.cl-black |
| Strict |
.color-black |
| Minimal |
.cl-white |
| Strict |
.color-white |
Color: Class Prefix Options (Required)
The Color Class Prefix can be written in different ways depending on your desired specificity.
| Minimal |
.cl |
| Strict |
.color |
Color: Class Color Extensions (Required)
The following color extensions can be customized and extended in the variable-settings.scss file.
| -gray |
-primary |
-success |
-danger |
| -warning |
-info |
-harvest |
-royal |
Color: Class Brightness Extensions (Optional)
The following breakpoint extension can be customized and extended in the variable-settings.scss file.
| -darkest |
-darker |
-dark |
| -light |
-lighter |
-lightest |
Color: Example Code
Red Text
Light Blue Text
Dark Purple Text
Color: Examples
-darkest
-darker
-dark
.cl-gray
.color-gray
-light
-lighter
-lightest
-darkest
-darker
-dark
.cl-primary
.color-primary
-light
-lighter
-lightest
-darkest
-darker
-dark
.cl-success
.color-success
-light
-lighter
-lightest
-darkest
-darker
-dark
.cl-danger
.color-danger
-light
-lighter
-lightest
-darkest
-darker
-dark
.cl-warning
.color-warning
-light
-lighter
-lightest
-darkest
-darker
-dark
.cl-info
.color-info
-light
-lighter
-lightest
-darkest
-darker
-dark
.cl-harvest
.color-harvest
-light
-lighter
-lightest
-darkest
-darker
-dark
.cl-royal
.color-royal
-light
-lighter
-lightest