Color names in this palette
CSS code for this palette
/* CSS */
.wagon-wheel {
color: #c1b89f;
}
.tannin {
color: #a78c6c;
}
.sweet-mandarin {
color: #d45e3a;
}
.borscht {
color: #8a2a28;
}
.tobi-brown {
color: #4d1f1f;
}
/* CSS Variables */
:root {
--wagon-wheel:#c1b89f;
--tannin:#a78c6c;
--sweet-mandarin:#d45e3a;
--borscht:#8a2a28;
--tobi-brown:#4d1f1f;
}