Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4a3b3a;
}
.musk-deer {
color: #7c5b5a;
}
.ash-hollow {
color: #a78e8b;
}
.camel-hair {
color: #dab8a4;
}
.antique-candle-light {
color: #f5e1d6;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4a3b3a;
--musk-deer:#7c5b5a;
--ash-hollow:#a78e8b;
--camel-hair:#dab8a4;
--antique-candle-light:#f5e1d6;
}