Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.storm-blue {
color: #4f7c9c;
}
.sea-angel {
color: #8db7c3;
}
.deep-fried-sun-rays {
color: #f4c45d;
}
.chaat-masala {
color: #e67d2d;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--storm-blue:#4f7c9c;
--sea-angel:#8db7c3;
--deep-fried-sun-rays:#f4c45d;
--chaat-masala:#e67d2d;
}