Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1e4d80;
}
.boat-house {
color: #4a8cbf;
}
.bliss-blue {
color: #7cc7e4;
}
.blizzard-blue {
color: #a3e6f0;
}
.yellow-cream {
color: #f0d66a;
}
/* CSS Variables */
:root {
--clear-night-sky:#1e4d80;
--boat-house:#4a8cbf;
--bliss-blue:#7cc7e4;
--blizzard-blue:#a3e6f0;
--yellow-cream:#f0d66a;
}