Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d1c2e0;
}
.serenity {
color: #8fa9d1;
}
.boat-house {
color: #4b8abe;
}
.rainy-lake {
color: #3c6b8b;
}
.blue-tone-ink {
color: #2c3f59;
}
/* CSS Variables */
:root {
--fresh-heather:#d1c2e0;
--serenity:#8fa9d1;
--boat-house:#4b8abe;
--rainy-lake:#3c6b8b;
--blue-tone-ink:#2c3f59;
}