Color names in this palette
CSS code for this palette
/* CSS */
.cloudy-valley {
color: #b3c7d6;
}
.posey-blue {
color: #a3b6c8;
}
.windy-city {
color: #87a6c0;
}
.debutante-ball {
color: #6b8eb8;
}
.blue-grotto {
color: #4c9ec8;
}
/* CSS Variables */
:root {
--cloudy-valley:#b3c7d6;
--posey-blue:#a3b6c8;
--windy-city:#87a6c0;
--debutante-ball:#6b8eb8;
--blue-grotto:#4c9ec8;
}