Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3c2a2a;
}
.spell {
color: #5e5050;
}
.hickory-cliff {
color: #7c6e6e;
}
.egyptian-sand {
color: #bead8e;
}
.smokey-pink {
color: #cfbfb4;
}
/* CSS Variables */
:root {
--havana:#3c2a2a;
--spell:#5e5050;
--hickory-cliff:#7c6e6e;
--egyptian-sand:#bead8e;
--smokey-pink:#cfbfb4;
}