Bootstrap Color Palette Overview
Bootstrap 5 ships with a rich color palette built around eight semantic theme colors: primary, secondary, success, danger, warning, info, light, and dark. Each color generates a full set of utility classes.
Color Shades
Bootstrap 5 also provides a 100–900 shade palette for each base color (similar to Tailwind). Access them via Sass variables like $blue-500 or use CSS custom properties like var(--bs-blue) in your custom CSS.