Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e89b3;
}
.lake-thun {
color: #4cb7e1;
}
.kul-sharif-blue {
color: #80d3fa;
}
.blister-pearl {
color: #a8ffeb;
}
.duck-egg-blue {
color: #c3f9f9;
}
/* CSS Variables */
:root {
--hidden-springs:#1e89b3;
--lake-thun:#4cb7e1;
--kul-sharif-blue:#80d3fa;
--blister-pearl:#a8ffeb;
--duck-egg-blue:#c3f9f9;
}