Color names in this palette
CSS code for this palette
/* CSS */
.eastern-spice {
color: #dea782;
}
.brandy {
color: #dab68b;
}
.peanut-butter-crust {
color: #c5a48c;
}
.sugared-almond {
color: #b29e7b;
}
.cowboy-trails {
color: #8c6b4a;
}
/* CSS Variables */
:root {
--eastern-spice:#dea782;
--brandy:#dab68b;
--peanut-butter-crust:#c5a48c;
--sugared-almond:#b29e7b;
--cowboy-trails:#8c6b4a;
}