Color names in this palette
CSS code for this palette
/* CSS */
.brown-mouse {
color: #d9c9b5;
}
.whole-wheat {
color: #a58b73;
}
.acorn {
color: #7d5c4f;
}
.button-eyes {
color: #4f3c30;
}
.tetsu-guro-black {
color: #2c1b16;
}
/* CSS Variables */
:root {
--brown-mouse:#d9c9b5;
--whole-wheat:#a58b73;
--acorn:#7d5c4f;
--button-eyes:#4f3c30;
--tetsu-guro-black:#2c1b16;
}