Color Utilities

Text, background, and border color utilities for consistent theming.

Text Colors

Apply color to text elements

Primary text color

Secondary text color

Success text color

Danger text color

Warning text color

Info text color

Muted text color

<p class="antsand-text-primary">Primary text</p>
<p class="antsand-text-success">Success text</p>
<p class="antsand-text-danger">Danger text</p>

Background Colors

Apply background colors to elements

Primary background
Secondary background
Success background
Danger background
Light background
Dark background
<div class="antsand-bg-primary">Primary background</div>
<div class="antsand-bg-success">Success background</div>