Color Utilities
Text Color
Utility | Example |
---|---|
text-blue | The quick brown fox jumped over the lazy dog. |
text-indigo | The quick brown fox jumped over the lazy dog. |
text-purple | The quick brown fox jumped over the lazy dog. |
text-pink | The quick brown fox jumped over the lazy dog. |
text-red | The quick brown fox jumped over the lazy dog. |
text-orange | The quick brown fox jumped over the lazy dog. |
text-yellow | The quick brown fox jumped over the lazy dog. |
text-green | The quick brown fox jumped over the lazy dog. |
text-teal | The quick brown fox jumped over the lazy dog. |
text-cyan | The quick brown fox jumped over the lazy dog. |
text-primary | The quick brown fox jumped over the lazy dog. |
text-secondary | The quick brown fox jumped over the lazy dog. |
text-success | The quick brown fox jumped over the lazy dog. |
text-info | The quick brown fox jumped over the lazy dog. |
text-warning | The quick brown fox jumped over the lazy dog. |
text-danger | The quick brown fox jumped over the lazy dog. |
text-dark | The quick brown fox jumped over the lazy dog. |
text-light | The quick brown fox jumped over the lazy dog. |
text-muted | The quick brown fox jumped over the lazy dog. |
text-white | The quick brown fox jumped over the lazy dog. |
text-black-50 | The quick brown fox jumped over the lazy dog. |
text-white-50 | The quick brown fox jumped over the lazy dog. |
text-reset | The quick brown fox jumped over the lazy dog. This sets color: inherit !important . |
Link Color
Text color utilities applied to anchor tags. These styles will only be output if a text color has hover
state styles.
Utility | Example |
---|---|
text-blue | Link to Somewhere |
text-indigo | Link to Somewhere |
text-purple | Link to Somewhere |
text-pink | Link to Somewhere |
text-red | Link to Somewhere |
text-orange | Link to Somewhere |
text-yellow | Link to Somewhere |
text-green | Link to Somewhere |
text-teal | Link to Somewhere |
text-cyan | Link to Somewhere |
text-primary | Link to Somewhere |
text-secondary | Link to Somewhere |
text-success | Link to Somewhere |
text-info | Link to Somewhere |
text-warning | Link to Somewhere |
text-danger | Link to Somewhere |
text-dark | Link to Somewhere |
text-light | Link to Somewhere |
text-muted | Link to Somewhere |
text-white | Link to Somewhere |
text-black-50 | Link to Somewhere |
text-white-50 | Link to Somewhere |
Text Color Sass API
The map $text-theme-colors
allows generating any number of text color variants. If a key starts with .
, #
or %
, Clay will output it as is, otherwise we will prepend .text-
to the key (e.g., .text-primary
).
Outputs:
Background Color
Utility | Example |
---|---|
bg-blue | The quick brown fox jumped over the lazy dog. |
bg-indigo | The quick brown fox jumped over the lazy dog. |
bg-purple | The quick brown fox jumped over the lazy dog. |
bg-pink | The quick brown fox jumped over the lazy dog. |
bg-red | The quick brown fox jumped over the lazy dog. |
bg-orange | The quick brown fox jumped over the lazy dog. |
bg-yellow | The quick brown fox jumped over the lazy dog. |
bg-green | The quick brown fox jumped over the lazy dog. |
bg-teal | The quick brown fox jumped over the lazy dog. |
bg-cyan | The quick brown fox jumped over the lazy dog. |
bg-primary | The quick brown fox jumped over the lazy dog. |
bg-secondary | The quick brown fox jumped over the lazy dog. |
bg-success | The quick brown fox jumped over the lazy dog. |
bg-info | The quick brown fox jumped over the lazy dog. |
bg-warning | The quick brown fox jumped over the lazy dog. |
bg-danger | The quick brown fox jumped over the lazy dog. |
bg-dark | The quick brown fox jumped over the lazy dog. |
bg-light | The quick brown fox jumped over the lazy dog. |
bg-white | The quick brown fox jumped over the lazy dog. |
bg-transparent | The quick brown fox jumped over the lazy dog. |
Background Color Sass API
The map $bg-theme-colors
allows generating any number of background color variants. If a key starts with .
, #
or %
, Clay will output it as is, otherwise we will prepend .bg-
to the key (e.g., .bg-primary
).
Outputs: