Color names in this palette
CSS code for this palette
/* CSS */
.brown-mouse {
color: #d9cbb4;
}
.tannin {
color: #a78c6c;
}
.spicy-mix {
color: #8c5c4a;
}
.glazed-carrot {
color: #e56b2e;
}
.warming-heart {
color: #d34d3c;
}
/* CSS Variables */
:root {
--brown-mouse:#d9cbb4;
--tannin:#a78c6c;
--spicy-mix:#8c5c4a;
--glazed-carrot:#e56b2e;
--warming-heart:#d34d3c;
}