Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1c3b;
}
.geode {
color: #4d3d6b;
}
.sweet-potato-peel {
color: #8f7a99;
}
.lavish-lavender {
color: #c2b1c4;
}
.ginger-shortbread {
color: #e3cfc4;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1c3b;
--geode:#4d3d6b;
--sweet-potato-peel:#8f7a99;
--lavish-lavender:#c2b1c4;
--ginger-shortbread:#e3cfc4;
}