Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d67d29;
}
.gobi-sand {
color: #d6a86b;
}
.spiced-nut {
color: #be693c;
}
.caramel-cafe {
color: #8a4c24;
}
.earthtone {
color: #5a3b1b;
}
/* CSS Variables */
:root {
--bitter-orange:#d67d29;
--gobi-sand:#d6a86b;
--spiced-nut:#be693c;
--caramel-cafe:#8a4c24;
--earthtone:#5a3b1b;
}