Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4a3b3a;
}
.musk-deer {
color: #7d5a59;
}
.delhi-spice {
color: #a66e6e;
}
.rose-pottery {
color: #d2a49d;
}
.resort-sunrise {
color: #f5d6c7;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4a3b3a;
--musk-deer:#7d5a59;
--delhi-spice:#a66e6e;
--rose-pottery:#d2a49d;
--resort-sunrise:#f5d6c7;
}