CSS Color Palette
xxxxxxxxxx
1
.first-color {
2
background: #f4f4f4;
3
}
4
5
.second-color {
6
background: #fb9935;
7
}
8
9
.third-color {
10
background: #b90b0b;
11
}
12
13
.fourth-color {
14
background: #8c0909;
15
}
Feel free to customize the CSS class names