Bootstrap Dark Mode Colors
Bootstrap 5.3 introduced native dark mode support via a data-bs-theme attribute. Add data-bs-theme="dark" to the <html> element or any container to switch the color scheme.
How It Works
Bootstrap defines CSS custom properties (variables) for each color in both light and dark palettes. When data-bs-theme="dark" is active, the dark-palette variables override the defaults. Components and utilities automatically adapt.