Color names in this palette
CSS code for this palette
/* CSS */
.eastern-spice {
color: #dea782;
}
.sandrock {
color: #c6b09a;
}
.sacred-vortex {
color: #a49b8e;
}
.october-bounty {
color: #e3c7a5;
}
.western-sunrise {
color: #d9a56d;
}
/* CSS Variables */
:root {
--eastern-spice:#dea782;
--sandrock:#c6b09a;
--sacred-vortex:#a49b8e;
--october-bounty:#e3c7a5;
--western-sunrise:#d9a56d;
}