Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e8b8f;
}
.artesian-well {
color: #5cb2b1;
}
.summer-soft-blue {
color: #90d5d3;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.icy-breeze {
color: #c0f2f2;
}
/* CSS Variables */
:root {
--river-fountain:#1e8b8f;
--artesian-well:#5cb2b1;
--summer-soft-blue:#90d5d3;
--ice-crystal-blue:#a5e4e4;
--icy-breeze:#c0f2f2;
}