Colors
You can either use colors directly, using a CSS Custom Property, or with generated CSS utility classes.| Name | Hex code | Custom Property | Color Utility Class | BG Utility Class |
|---|---|---|---|---|
|
Dark
|
#171406
|
var(--color-dark)
|
.text-dark
|
.bg-dark
|
|
Dark Glare
|
#2d2816
|
var(--color-dark-glare)
|
.text-dark-glare
|
.bg-dark-glare
|
|
Mid
|
#ABA9A2
|
var(--color-mid)
|
.text-mid
|
.bg-mid
|
|
Light
|
#ffffff
|
var(--color-light)
|
.text-light
|
.bg-light
|
|
Primary
|
#fccd26
|
var(--color-primary)
|
.text-primary
|
.bg-primary
|