Color names in this palette
CSS code for this palette
/* CSS */
.desert-shadow {
color: #3f3b3b;
}
.spell {
color: #5e5050;
}
.hickory-cliff {
color: #7c6e6e;
}
.lilac-smoke {
color: #b4a2a2;
}
.spice-girl {
color: #e0c2c2;
}
/* CSS Variables */
:root {
--desert-shadow:#3f3b3b;
--spell:#5e5050;
--hickory-cliff:#7c6e6e;
--lilac-smoke:#b4a2a2;
--spice-girl:#e0c2c2;
}