Color names in this palette
CSS code for this palette
/* CSS */
.lull-wind {
color: #c3d6e9;
}
.blue-bows {
color: #a2c4d8;
}
.pearl-blue {
color: #79b6c8;
}
.starflower-blue {
color: #4f9cb5;
}
.valley-of-glaciers {
color: #2f7f93;
}
/* CSS Variables */
:root {
--lull-wind:#c3d6e9;
--blue-bows:#a2c4d8;
--pearl-blue:#79b6c8;
--starflower-blue:#4f9cb5;
--valley-of-glaciers:#2f7f93;
}