Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1b1f3b;
}
.tory-blue {
color: #3b4c8c;
}
.revival {
color: #5f80a5;
}
.early-june {
color: #b2d1e0;
}
.serene-pink {
color: #f4c2b8;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1b1f3b;
--tory-blue:#3b4c8c;
--revival:#5f80a5;
--early-june:#b2d1e0;
--serene-pink:#f4c2b8;
}