Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1f8dbd;
}
.sea-serpent {
color: #4dc2d1;
}
.middle-blue {
color: #7ed6e2;
}
.ice-crystal-blue {
color: #a6e8e0;
}
.water {
color: #d4f3f7;
}
/* CSS Variables */
:root {
--hidden-springs:#1f8dbd;
--sea-serpent:#4dc2d1;
--middle-blue:#7ed6e2;
--ice-crystal-blue:#a6e8e0;
--water:#d4f3f7;
}