Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1c4f82;
}
.blues {
color: #2c6b9b;
}
.boat-house {
color: #4b8abe;
}
.chefchaouen-blue {
color: #a2d3e6;
}
.child-of-light {
color: #f1f6f8;
}
/* CSS Variables */
:root {
--clear-night-sky:#1c4f82;
--blues:#2c6b9b;
--boat-house:#4b8abe;
--chefchaouen-blue:#a2d3e6;
--child-of-light:#f1f6f8;
}