Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Colors

Bootstrap 5 Colors

Bootstrap 5 has contextual classes to provide "meaning through colors".

These colors can be used for text, backgrounds, and borders.

Text Colors

.text-primary, .text-success, .text-danger, .text-warning, etc.

Background Colors

.bg-primary, .bg-success, .bg-dark, etc.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics