Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1e4d80;
}
.boat-house {
color: #4c8bb8;
}
.lucea {
color: #7bb4e0;
}
.chefchaouen-blue {
color: #a2d2e6;
}
.icy-wind {
color: #d1f0f0;
}
/* CSS Variables */
:root {
--clear-night-sky:#1e4d80;
--boat-house:#4c8bb8;
--lucea:#7bb4e0;
--chefchaouen-blue:#a2d2e6;
--icy-wind:#d1f0f0;
}