Created at
03/03/2019 12:56
2
Bootstrap 4 background colors (classes) palette
bg-primary
#007bff
bg-secondary
#6c757d
bg-success
#28a745
bg-danger
#dc3545
bg-warning
#ffc107
bg-info
#17a2b8
bg-light
#f8f9fa
bg-dark
#343a40
bg-white
#ffffff
The palette consists of Light, Semi dark colors
Accent colors bg-primary and bg-secondary
Palette Bootstrap 4 background colors (classes) palette has combination of 9 codes colors:
HEX: #007bff, RGB: (0, 123, 255); HEX: #6c757d, RGB: (108, 117, 125); HEX: #28a745, RGB: (40, 167, 69)
HEX: #dc3545, RGB: (220, 53, 69); HEX: #ffc107, RGB: (255, 193, 7); HEX: #17a2b8, RGB: (23, 162, 184)
HEX: #f8f9fa, RGB: (248, 249, 250); HEX: #343a40, RGB: (52, 58, 64); HEX: #ffffff, RGB: (255, 255, 255)
Color scheme was created by colorswall
Colors codes in palette
Bootstrap 4 background colors (classes) palette color codes HEX, RGB information in table
Color | HEX | RGB | Name | Alternative name |
#007bff | RGB(0, 123, 255) | bg-primary | — | |
#6c757d | RGB(108, 117, 125) | bg-secondary | Pompeii Ash | |
#28a745 | RGB(40, 167, 69) | bg-success | — | |
#dc3545 | RGB(220, 53, 69) | bg-danger | — | |
#ffc107 | RGB(255, 193, 7) | bg-warning | — | |
#17a2b8 | RGB(23, 162, 184) | bg-info | — | |
#f8f9fa | RGB(248, 249, 250) | bg-light | — | |
#343a40 | RGB(52, 58, 64) | bg-dark | — | |
#ffffff | RGB(255, 255, 255) | bg-white | White |