Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.candid-blue {
color: #6ac4e2;
}
.freshwater {
color: #4ba5b9;
}
.seachange {
color: #3b8a97;
}
.night-shift {
color: #2c5d6d;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--candid-blue:#6ac4e2;
--freshwater:#4ba5b9;
--seachange:#3b8a97;
--night-shift:#2c5d6d;
}