Color Utilities

Change the text color or background color of the content.

Text

Add u-color-{style} to quickly change the color of any element based on the style specified.

This a success text

This a info text

This a warning text

This a danger text

This a primary text

This a secondary text

<h4 class="u-color-success">This a success text</h4>
<h4 class="u-color-info">This a info text</h4>
<h4 class="u-color-warning">This a warning text</h4>
<h4 class="u-color-danger">This a danger text</h4>
<h4 class="u-color-primary">This a primary text</h4>
<h4 class="u-color-secondary">This a secondary text</h4>
Contents: