--- layout: docs title: Colors description: Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too. group: utilities toc: true --- {% example html %}
Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.
Nullam id dolor id nibh ultricies vehicula ut id elit.
Duis mollis, est non commodo luctus, nisi erat porttitor ligula.
Maecenas sed diam eget risus varius blandit sit amet non magna.
Etiam porta sem malesuada magna mollis euismod.
Donec ullamcorper nulla non metus auctor fringilla.
Eget risus varius blandit sit ultricies vehicula amet non magna.
Etiam porta sem malesuada ultricies vehicula.
{% endexample %} Contextual text classes also work well on anchors with the provided hover and focus states. **Note that the `.text-white` class has no link styling.** {% example html %} Muted link Primary link Success link Info link Warning link Danger link {% endexample %} 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. {% example html %}