Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3d3a;
}
.autumn-ashes {
color: #7f6d66;
}
.self-destruct {
color: #c1b49a;
}
.chopsticks {
color: #e1d2b7;
}
.antique-paper {
color: #f4f0e7;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3d3a;
--autumn-ashes:#7f6d66;
--self-destruct:#c1b49a;
--chopsticks:#e1d2b7;
--antique-paper:#f4f0e7;
}