Bootstrap Basic
Generate colors for the bootstrap color utility classes
light
white
dark
primary
secondary
info
success
warning
danger
Color
Primary
Color
Secondary
Color
Info
Website traffic
Unique visitors
65,782
-
Direct1729
-
Search1729
-
Referrals1729
-
Social1729
List of links
Success
Color
Warning
Color
Danger
Color
SCSS code
Add this to your custom.scss file to override the default bootstrap colors - add this before @import "bootstrap";
$white: ;
$theme-colors: (
"light": ,
"dark": ,
"primary": ,
"secondary": ,
"info": ,
"success": ,
"warning": ,
"danger": ,
);