bootstrap blue color code code example
Example 1: bootstrap primary color code
background-color:#007bff;;
Example 2: bootstrap text color
.text-primary
.text-secondary
.text-success
.text-danger
.text-warning
.text-info
.text-light
.text-dark
.text-muted
.text-white
Example 3: bootstrap background color
.bg-primary
.bg-secondary
.bg-success
.bg-danger
.bg-warning
.bg-info
.bg-light
.bg-dark
.bg-white
Example 4: bootstrap bg-light color code
/* class bg-light color code is---*/
background-color:#f8f9fa;
Example 5: bootstrap color code
bootstrap color codes