Colors
Vitamin has unlocked the full color palette of Bootstrap. With Vitamin, you can continue using traditional Bootstrap colors like "primary" and "success", but now you also have access to a wider range of colors including "indigo", "teal", "orange", "purple" and "pink". This allows for even greater customization and optimization of your website design. Say goodbye to the limitations of traditional Bootstrap and embrace the full power of Vitamin's color options.
Colors
With vitamin: now you have more text colors unlocked by default like indigo, purple, teal, orange & pink
.text-primary
.text-secondary
.text-success
.text-danger
.text-indigo
.text-orange
.text-pink
.text-purple
.text-warning
.text-info
.text-light
.text-teal
.text-dark
.text-body
.text-muted
.text-white
.text-black-50
.text-white-50
Theme colors
Now with Vitamin, you have access to all of the Bootstrap theme colors, including primary, success, and warning, but with the added bonus of being able to easily use new colors such as indigo, teal, orange, and pink without any additional configuration. This gives you even more options to choose from, allowing you to further optimize your website's look and feel.
All these colors are available as a Sass map, $theme-colors.
$theme-colors: (
"primary": $primary,
"secondary": $secondary,
"success": $success,
"info": $info,
"warning": $warning,
"danger": $danger,
"indigo": $indigo,
"teal": $teal,
"orange": $orange,
"pink": $pink,
"light": $light,
"dark": $dark
);
All colors
Be sure to monitor contrast ratios as you customize colors. As shown below, we’ve added three contrast ratios to each of the main colors—one for the swatch’s current colors, one for against white, and one for against black.
all this info from bootstrap web