Bootstrap Plus
Generate colors for the bootstrap color utility classes, plus 3 additional accent colors
light
white
dark
primary
secondary
info
accent 1
accent 2
accent 3
success
warning
danger
Color
Primary
Color
Secondary
Color
Info
Website traffic
Unique visitors
65,782
-
Direct1729
-
Search1729
-
Referrals1729
-
Social1729
List of links
Accent 1
Color
Accent 2
Color
Accent 3
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": ,
"accent1": ,
"accent2": ,
"accent3": ,
"success": ,
"warning": ,
"danger": ,
);