Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1e1e3e;
}
.shot-over {
color: #4a5c68;
}
.juniper-ash {
color: #7b8a83;
}
.belize-green {
color: #b9c2b3;
}
.cameo-cream {
color: #f4e1c3;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1e1e3e;
--shot-over:#4a5c68;
--juniper-ash:#7b8a83;
--belize-green:#b9c2b3;
--cameo-cream:#f4e1c3;
}