Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1b8ebb;
}
.epimetheus {
color: #4bb2d8;
}
.middle-blue {
color: #7ed4e2;
}
.ice-crystal-blue {
color: #a4e5e5;
}
.calm-waters {
color: #e6f7f9;
}
/* CSS Variables */
:root {
--hidden-springs:#1b8ebb;
--epimetheus:#4bb2d8;
--middle-blue:#7ed4e2;
--ice-crystal-blue:#a4e5e5;
--calm-waters:#e6f7f9;
}