Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.flambrosia {
color: #e6a400;
}
.harvest-eve-gold {
color: #d68f00;
}
.cassandra-s-curse {
color: #bd7100;
}
.raw-sienna {
color: #9e5c00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--flambrosia:#e6a400;
--harvest-eve-gold:#d68f00;
--cassandra-s-curse:#bd7100;
--raw-sienna:#9e5c00;
}