Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c203b;
}
.skipper-blue {
color: #4b4e77;
}
.country-blue {
color: #708099;
}
.lilac-flare {
color: #b2b8e0;
}
.vanilla {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c203b;
--skipper-blue:#4b4e77;
--country-blue:#708099;
--lilac-flare:#b2b8e0;
--vanilla:#f3e4aa;
}