Color names in this palette
CSS code for this palette
/* CSS */
.bee {
color: #f2b950;
}
.polished-gold {
color: #f1a85b;
}
.clay-terrace {
color: #d6803d;
}
.gold-flame {
color: #b75024;
}
.roycroft-copper-red {
color: #7e3b2a;
}
/* CSS Variables */
:root {
--bee:#f2b950;
--polished-gold:#f1a85b;
--clay-terrace:#d6803d;
--gold-flame:#b75024;
--roycroft-copper-red:#7e3b2a;
}