Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1e4f80;
}
.boat-house {
color: #4b8cbe;
}
.bliss-blue {
color: #7cc7e4;
}
.golden-glow {
color: #f9d57b;
}
.mandarin {
color: #f17d4b;
}
/* CSS Variables */
:root {
--clear-night-sky:#1e4f80;
--boat-house:#4b8cbe;
--bliss-blue:#7cc7e4;
--golden-glow:#f9d57b;
--mandarin:#f17d4b;
}