Color names in this palette
CSS code for this palette
/* CSS */
.smoked-black-coffee {
color: #3c2f30;
}
.musk-deer {
color: #7c5b5a;
}
.muddy-quicksand {
color: #c39988;
}
.gypsum-rose {
color: #e0c3b2;
}
.dessert-cream {
color: #f5e4d1;
}
/* CSS Variables */
:root {
--smoked-black-coffee:#3c2f30;
--musk-deer:#7c5b5a;
--muddy-quicksand:#c39988;
--gypsum-rose:#e0c3b2;
--dessert-cream:#f5e4d1;
}