Color names in this palette
CSS code for this palette
/* CSS */
.october-bounty {
color: #e3c5a5;
}
.cat-s-eye-marble {
color: #d9a659;
}
.fiery-orange {
color: #b35932;
}
.roycroft-copper-red {
color: #7e3b2a;
}
.bistre {
color: #3e2b1d;
}
/* CSS Variables */
:root {
--october-bounty:#e3c5a5;
--cat-s-eye-marble:#d9a659;
--fiery-orange:#b35932;
--roycroft-copper-red:#7e3b2a;
--bistre:#3e2b1d;
}