Theme Colors
To change the theme color, add color CSS file you wish to use inside the <head>
tag, right after style.css link, in all your HTML pages. Available color options: aqua.css, green.css, leaf.css, navy.css, orange.css, pink.css, purple.css, red.css, violet.css, yellow.css, fuchsia.css, sky.css, grape.css.
Changing Primary Color
To change the primary color to a custom color, open src/assets/scss/user-variables.scss
and assign your custom color value to $primary
and recompile.
This quick video demonstrates changing the primary color using gulp.
Background Colors
Text Colors
.text-yellow
.text-orange
.text-red
.text-pink
.text-fuchsia
.text-violet
.text-purple
.text-blue
.text-aqua
.text-sky
.text-green
.text-leaf
.text-ash
.text-navy
.text-grape
.text-primary
.text-muted
.text-white
.gradient-1
.gradient-2
.gradient-3
.gradient-4
.gradient-5
.gradient-6
.gradient-7
.gradient-8