Color names in this palette
CSS code for this palette
/* CSS */
.anzac {
color: #c78b3d;
}
.fiery-orange {
color: #b45e2d;
}
.roycroft-copper-red {
color: #7e3b2a;
}
.desert-soil {
color: #a05f37;
}
.woven-gold {
color: #d8b63b;
}
/* CSS Variables */
:root {
--anzac:#c78b3d;
--fiery-orange:#b45e2d;
--roycroft-copper-red:#7e3b2a;
--desert-soil:#a05f37;
--woven-gold:#d8b63b;
}