Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.plunging-waterfall {
color: #8fd4e0;
}
.glacier-lake {
color: #64b1c4;
}
.marine-tinge {
color: #36a0b5;
}
.safe-harbour {
color: #1b8c9d;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--plunging-waterfall:#8fd4e0;
--glacier-lake:#64b1c4;
--marine-tinge:#36a0b5;
--safe-harbour:#1b8c9d;
}