Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-grey {
color: #b7c9e1;
}
.elizabeth-blue {
color: #a1b3d4;
}
.windy-city {
color: #88a1c3;
}
.bluesy-note {
color: #7e9bb9;
}
.genteel-blue {
color: #6a8caf;
}
/* CSS Variables */
:root {
--light-blue-grey:#b7c9e1;
--elizabeth-blue:#a1b3d4;
--windy-city:#88a1c3;
--bluesy-note:#7e9bb9;
--genteel-blue:#6a8caf;
}