Bootstrap Text and Background Colors.
Bootstrap has many classes for Text and Background colors for most commonly used scenarios.
Common Scenarios:
If you want to display some error message, then you can use text-danger or bg-danger.
If you want to display some success message, then you can use text-success or bg-success.
If you want to display some warning or validation message, then you can use text-warning or bg-warning.
And also we have gradient colors, but you need to enable enable-gradients in bootstrap.
Below are Text Colors:
text-primary, text-secondar, text-success, text-danger, text-warning, text-info, text-light, text-dark, text-muted, text-white
Below are Background Colors:
bg-primary, bg-secondary, bg-success, bg-danger, bg-warning, bg-info, bg-light, bg-dark, bg-white.