Color (colors_color)

Primary (text-primary)

Secondary (text-secondary)

Success (text-success)

Danger (text-danger)

Warning (text-warning)

Info (text-info)

Light (text-light)

Dark (text-dark)

Body (text-body)

Muted (text-muted)

White (text-white)

Black 50 (text-black-50)

White 50 (text-white-50)

<p class="text-primary">Primary (text-primary)</p> <p class="text-secondary">Secondary (text-secondary)</p> <p class="text-success">Success (text-success)</p> <p class="text-danger">Danger (text-danger)</p> <p class="text-warning">Warning (text-warning)</p> <p class="text-info">Info (text-info)</p> <p class="text-light bg-dark">Light (text-light)</p> <p class="text-dark">Dark (text-dark)</p> <p class="text-body">Body (text-body)</p> <p class="text-muted">Muted (text-muted)</p> <p class="text-white bg-dark">White (text-white)</p> <p class="text-black-50">Black 50 (text-black-50)</p> <p class="text-white-50 bg-dark">White 50 (text-white-50)</p>