Bootstrap 5.3 officially supports only light and dark color modes. However, it is technically possible to create custom color modes using the data-bs-theme attribute by overriding Bootstrap’s CSS variables. Since Bootstrap 5.3 is fully CSS-variable driven, any custom theme name (e.g., teal, brand, custom) will work as long as the required variables are defined, even though these modes are not officially documented or maintained by Bootstrap.
CSS Overrides:-
HTML Implementation:-


.png)
.png)