How do I use Bootstrap Colors?

How do I use Bootstrap Colors?

Hi Rebecca,

Bootstrap Colors are implemented using CSS classes. There are two main types of color classes:

  • Text color classes: These classes like .text-primary, .text-success, etc., set the text color of an element to a specific Bootstrap color.
  • Background color classes: These classes like .bg-primary, .bg-success, etc., set the background color of an element to a specific Bootstrap color.

You can simply add these classes to your HTML elements to style them with Bootstrap Colors.

Learn more about Bootstrap colors: