Background colors
Solid colors
.bg-*
can apply to any element, where *
is a color name.
Pale colors
.bg-pale-*
can apply to any element, where *
is a color name.
Other colors
Some other fade colors are available for background-color.
Border colors
.border-*
can apply to any element, where *
is a color name.
Text colors
Text colors
.text-*
can apply to any element, where *
is a color name. Please note that you can safely add these classes to an <a>
element.
Hover colors
.hover-*
can apply to any element, where *
is a color name. Please note that you can safely add these classes to an <a>
element.