Color names in this palette
CSS code for this palette
/* CSS */
.distant-wind-chime {
color: #e8f0f2;
}
.early-june {
color: #b2d3e0;
}
.corydalis-blue {
color: #a2c6d8;
}
.heavenly {
color: #80b1c2;
}
.starflower-blue {
color: #4b9db4;
}
/* CSS Variables */
:root {
--distant-wind-chime:#e8f0f2;
--early-june:#b2d3e0;
--corydalis-blue:#a2c6d8;
--heavenly:#80b1c2;
--starflower-blue:#4b9db4;
}