Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-thorn {
color: #c67d2a;
}
.chanterelle {
color: #d8a122;
}
.crazy {
color: #e3ca3b;
}
.dark-wood-grain {
color: #4d2e1e;
}
.ground-nutmeg {
color: #9f5c3c;
}
/* CSS Variables */
:root {
--mulberry-thorn:#c67d2a;
--chanterelle:#d8a122;
--crazy:#e3ca3b;
--dark-wood-grain:#4d2e1e;
--ground-nutmeg:#9f5c3c;
}