Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4a3b3a;
}
.alden-till {
color: #7c4b4b;
}
.escalante {
color: #a35c5c;
}
.yum-raw-spam {
color: #c78b7a;
}
.calico-rose {
color: #e6bfb3;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4a3b3a;
--alden-till:#7c4b4b;
--escalante:#a35c5c;
--yum-raw-spam:#c78b7a;
--calico-rose:#e6bfb3;
}