Color names in this palette
CSS code for this palette
/* CSS */
.early-june {
color: #b2d3e0;
}
.waterpark {
color: #c9e4e4;
}
.corydalis-blue {
color: #9fc7d6;
}
.pond-blue {
color: #8db6c8;
}
.let-it-snow {
color: #daf6f6;
}
/* CSS Variables */
:root {
--early-june:#b2d3e0;
--waterpark:#c9e4e4;
--corydalis-blue:#9fc7d6;
--pond-blue:#8db6c8;
--let-it-snow:#daf6f6;
}