Color names in this palette
CSS code for this palette
/* CSS */
.eastern-spice {
color: #dea782;
}
.ceremonial-gold {
color: #d6a15c;
}
.yellow-acorn {
color: #b3914d;
}
.favourite-ale {
color: #9f6e3c;
}
.hot-curry {
color: #7e5b2a;
}
/* CSS Variables */
:root {
--eastern-spice:#dea782;
--ceremonial-gold:#d6a15c;
--yellow-acorn:#b3914d;
--favourite-ale:#9f6e3c;
--hot-curry:#7e5b2a;
}