Colors

Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.

Color

.text-primary

.text-secondary

.text-success

.text-danger

.text-warning

.text-info

.text-dark

.text-body

.text-muted

.text-black-50

.text-white

.text-white-70

.text-white-50

                      
                        <p class="text-primary">.text-primary</p>
                        <p class="text-secondary">.text-secondary</p>
                        <p class="text-success">.text-success</p>
                        <p class="text-danger">.text-danger</p>
                        <p class="text-warning">.text-warning</p>
                        <p class="text-info">.text-info</p>
                        <p class="text-dark">.text-dark</p>
                        <p class="text-body">.text-body</p>
                        <p class="text-muted">.text-muted</p>
                        <p class="text-black-50">.text-black-50</p>
                        <p class="text-white bg-dark">.text-white</p>
                        <p class="text-white-70 bg-dark">.text-white-70</p>
                        <p class="text-white-50 bg-dark">.text-white-50</p>
                      
                    

Contextual text classes also work well on anchors with the provided hover and focus states. Note that the .text-muted class has no link styling.

                      
                        <p><a href="#" class="text-primary">Primary link</a></p>
                        <p><a href="#" class="text-secondary">Secondary link</a></p>
                        <p><a href="#" class="text-success">Success link</a></p>
                        <p><a href="#" class="text-danger">Danger link</a></p>
                        <p><a href="#" class="text-warning">Warning link</a></p>
                        <p><a href="#" class="text-info">Info link</a></p>
                        <p><a href="#" class="text-white-70 bg-dark">Light link</a></p>
                        <p><a href="#" class="text-dark">Dark link</a></p>
                        <p><a href="#" class="text-muted">Muted link</a></p>
                        <p><a href="#" class="text-white bg-dark">White link</a></p>
                      
                    

Background color

Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes. Background utilities do not set color, so in some cases you'll want to use .text-* utilities.

.bg-primary
.bg-secondary
.bg-success
.bg-danger
.bg-warning
.bg-info
.bg-light
.bg-dark
.bg-white
.bg-transparent
                      
                        <div class="p-3 mb-2 bg-primary text-white">.bg-primary</div>
                        <div class="p-3 mb-2 bg-secondary text-white">.bg-secondary</div>
                        <div class="p-3 mb-2 bg-success text-white">.bg-success</div>
                        <div class="p-3 mb-2 bg-danger text-white">.bg-danger</div>
                        <div class="p-3 mb-2 bg-warning text-dark">.bg-warning</div>
                        <div class="p-3 mb-2 bg-info text-white">.bg-info</div>
                        <div class="p-3 mb-2 bg-light text-dark">.bg-light</div>
                        <div class="p-3 mb-2 bg-dark text-white">.bg-dark</div>
                        <div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
                        <div class="p-3 mb-2 bg-transparent text-dark">.bg-transparent</div>
                      
                    

Background soft color

RGBA opacity color classes, easily set the background of an element to any contextual class.

.bg-primary
.bg-secondary
.bg-success
.bg-danger
.bg-warning
.bg-info
.bg-light
.bg-dark
.bg-white
                      
                        <div class="p-3 mb-2 bg-soft-primary">.bg-primary</div>
                        <div class="p-3 mb-2 bg-soft-secondary">.bg-secondary</div>
                        <div class="p-3 mb-2 bg-soft-success">.bg-success</div>
                        <div class="p-3 mb-2 bg-soft-danger">.bg-danger</div>
                        <div class="p-3 mb-2 bg-soft-warning">.bg-warning</div>
                        <div class="p-3 mb-2 bg-soft-info">.bg-info</div>
                        <div class="p-3 mb-2 bg-soft-light">.bg-light</div>
                        <div class="p-3 mb-2 bg-soft-dark">.bg-dark</div>
                        <div class="p-3 mb-2 bg-soft-white">.bg-white</div>
                      
                    

Background gradient

.gradient-half-primary-v1
.gradient-half-primary-v2
.gradient-half-primary-v3
.gradient-half-primary-v4
.gradient-half-primary-v5
.gradient-half-info-v1
.gradient-half-warning-v1
.gradient-half-warning-v2
.gradient-half-warning-v3
.gradient-half-primary-body-v1
                      
                        <div class="p-3 mb-2 gradient-half-primary-v1 text-white">.gradient-half-primary-v1</div>
                        <div class="p-3 mb-2 gradient-half-primary-v2 text-dark">.gradient-half-primary-v2</div>
                        <div class="p-3 mb-2 gradient-half-primary-v3 text-dark">.gradient-half-primary-v3</div>
                        <div class="p-3 mb-2 gradient-half-primary-v4 text-white">.gradient-half-primary-v4</div>
                        <div class="p-3 mb-2 gradient-half-info-v1 text-white">.gradient-half-info-v1</div>
                        <div class="p-3 mb-2 gradient-half-warning-v1 text-white">.gradient-half-warning-v1</div>
                        <div class="p-3 mb-2 gradient-half-warning-v2 text-white">.gradient-half-warning-v2</div>
                        <div class="p-3 mb-2 gradient-half-warning-v3 text-white">.gradient-half-warning-v3</div>
                        <div class="p-3 mb-2 gradient-half-primary-body-v1 text-white">.gradient-half-primary-body-v1</div>
                      
                    

Background gradient overlay

Background gradient overlay classes are used as an overlay on images or any other elements.

.gradient-overlay-half-primary-video-v1
.gradient-overlay-half-primary-v1
.gradient-overlay-half-primary-v2
.gradient-overlay-half-primary-v3
.gradient-overlay-half-primary-v4
.gradient-overlay-half-indigo-v1
.gradient-overlay-half-info-v1
.gradient-overlay-half-dark-v1
.gradient-overlay-half-dark-v2
                      
                        <div class="p-3 mb-2 gradient-overlay-half-primary-video-v1 text-white">.gradient-overlay-half-primary-video-v1</div>
                        <div class="p-3 mb-2 gradient-overlay-half-primary-v1 text-white">.gradient-overlay-half-primary-v1</div>
                        <div class="p-3 mb-2 gradient-overlay-half-primary-v2 text-white">.gradient-overlay-half-primary-v2</div>
                        <div class="p-3 mb-2 gradient-overlay-half-primary-v3 text-white">.gradient-overlay-half-primary-v3</div>
                        <div class="p-3 mb-2 gradient-overlay-half-primary-v4 text-white">.gradient-overlay-half-primary-v4</div>
                        <div class="p-3 mb-2 gradient-overlay-half-indigo-v1 text-white">.gradient-overlay-half-indigo-v1</div>
                        <div class="p-3 mb-2 gradient-overlay-half-info-v1 text-white">.gradient-overlay-half-info-v1</div>
                        <div class="p-3 mb-2 gradient-overlay-half-dark-v1 text-white">.gradient-overlay-half-dark-v1</div>
                        <div class="p-3 mb-2 gradient-overlay-half-dark-v2 text-white">.gradient-overlay-half-dark-v2</div>
                      
                    

Note

Sometimes contextual classes cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element's content in a <div> with the class.

Conveying meaning to assistive technologies

Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the .sr-only class.

Contact Us