Colors
Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.
Color
Colorize text with color utilities. If you want to colorize links, you can use the .link-* helper classes which have :hover and :focus states.
.text-primary
.text-body
.text-success
.text-danger
.text-warning
.text-info
.text-dark
.text-body
.text-muted
.text-black-50
.text-white
.text-white-70
.text-reset
.text-inherit
<p class="text-primary">.text-primary</p>
<p class="text-body">.text-body</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-reset">.text-reset</p>
<a href="#"><p class="text-inherit">.text-inherit</p></a>