Color names in this palette
CSS code for this palette
/* CSS */
.folksy-gold {
color: #d99a6d;
}
.fuegan-orange {
color: #c67a4e;
}
.falling-leaves {
color: #a65c3a;
}
.roycroft-copper-red {
color: #7e3b2a;
}
.couch {
color: #4d2a1e;
}
/* CSS Variables */
:root {
--folksy-gold:#d99a6d;
--fuegan-orange:#c67a4e;
--falling-leaves:#a65c3a;
--roycroft-copper-red:#7e3b2a;
--couch:#4d2a1e;
}