Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3a3a;
}
.marron {
color: #6c4b4b;
}
.delhi-spice {
color: #a66e6e;
}
.darling-clementine {
color: #d1a37a;
}
.willow-flower-yellow {
color: #f2d09c;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3a3a;
--marron:#6c4b4b;
--delhi-spice:#a66e6e;
--darling-clementine:#d1a37a;
--willow-flower-yellow:#f2d09c;
}