Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d4e6f2;
}
.sea-cliff {
color: #a3c7e0;
}
.blue-grotto {
color: #51a4c8;
}
.valley-of-glaciers {
color: #2b7c9c;
}
.blue-coral {
color: #1e5e6c;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d4e6f2;
--sea-cliff:#a3c7e0;
--blue-grotto:#51a4c8;
--valley-of-glaciers:#2b7c9c;
--blue-coral:#1e5e6c;
}