Background Colors
Solid Colors
Use the bg class in conjunction with a name of a color. i.e. bg blue to set the background to blue.
bg black
bg blue
bg green
bg orange
bg pink
bg purple
bg red
bg violet
bg white
bg yellow
Use the rotate class to rotate a background's hue by 45 degrees.
bg purple rotate
bg green rotate
Gradient Colors
Use the bg-gradient class in conjunction with a name of a color. i.e. bg-gradient blue to set the background to a blue gradient.
bg-gradient black
bg-gradient blue
bg-gradient green
bg-gradient orange
bg-gradient pink
bg-gradient purple
bg-gradient red
bg-gradient violet
bg-gradient white
bg-gradient yellow