Color names in this palette
CSS code for this palette
/* CSS */
.walnut-cream {
color: #f5d7b2;
}
.toasted-coconut {
color: #e8c1a1;
}
.white-acorn {
color: #d6a78a;
}
.mangy-moose {
color: #b4896a;
}
.tamarind-tart {
color: #905f4c;
}
/* CSS Variables */
:root {
--walnut-cream:#f5d7b2;
--toasted-coconut:#e8c1a1;
--white-acorn:#d6a78a;
--mangy-moose:#b4896a;
--tamarind-tart:#905f4c;
}