Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #283a77;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.windjammer {
color: #6aa0e2;
}
.slightly-spritzig {
color: #97d5f2;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--blue-expanse:#283a77;
--bluebonnet-frost:#4a6fb0;
--windjammer:#6aa0e2;
--slightly-spritzig:#97d5f2;
--french-vanilla:#f1e1a7;
}