Color utilities

Background colors

Solid colors

.bg-* can apply to any element, where * is a color name.

.bg-primary (#04a9f5)
.bg-secondary (#e4e7ea)
.bg-success (#14cc9e)
.bg-info (#3ebfea)
.bg-warning (#f4c22b)
.bg-danger (#f44236)
.bg-purple (#9C27B0)
.bg-pink (#E91E63)
.bg-cyan (#00BCD4)
.bg-yellow (#FFEB3B)
.bg-brown (#8d6658)
.bg-dark (#465161)
.bg-aqua (#00FFFF)
.bg-light-blue (#4ad2ff)
.bg-blue (#2196F3)
.bg-green (#06D73E)
Pale colors

.bg-pale-* can apply to any element, where * is a color name.

.bg-pale-primary (#D1D4F8)
.bg-pale-secondary (#f7fafc)
.bg-pale-success (#BFF1DF)
.bg-pale-info (#BCE2FB)
.bg-pale-warning (#FFE5D8)
.bg-pale-danger (#FFD6DB)
.bg-pale-purple (#E1BEE7)
.bg-pale-pink (#F8BBD0)
.bg-pale-cyan (#B2EBF2)
.bg-pale-yellow (#FFF9C4)
.bg-pale-brown (#eddcd5)
.bg-pale-dark (#c8c8c8)
Other colors

Some other fade colors are available for background-color.

.bg-white
.bg-transparent
.bg-light
.bg-lighter
.bg-lightest

Gradient colors

gradient colors
.bg-primary-gradient
.bg-secondary-gradient
.bg-success-gradient
.bg-info-gradient
.bg-warning-gradient
.bg-danger-gradient
gradient animet colors
.bg-primary-gradient-animet
.bg-secondary-gradient-animet
.bg-success-gradient-animet
.bg-info-gradient-animet
.bg-warning-gradient-animet
.bg-danger-gradient-animet

SVG Img Background

SVG Background
.bg-temple-dark
.bg-food-dark
.bg-brick-dark
.bg-bubbles-dark
SVG Background
.bg-temple-white
.bg-food-white
.bg-brick-white
.bg-bubbles-white

Border colors

.border-* can apply to any element, where * is a color name.

Default color
.border-primary
.border-secondary
.border-success
.border-info
.border-warning
.border-danger
.border-purple
.border-pink
.border-cyan
.border-yellow
.border-brown
.border-dark
.border-white
.border-light
.border-transparent

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.

.text-primary
.text-secondary
.text-success
.text-info
.text-warning
.text-danger
.text-purple
.text-pink
.text-cyan
.text-yellow
.text-brown
.text-dark
.text-mute
.text-light
.text-lighter
.text-fade
.text-white

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.