Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fat-gold {
color: #e6b400;
}
.harvest-eve-gold {
color: #d68f00;
}
.cassandra-s-curse {
color: #b87a00;
}
.rat-brown {
color: #8f6200;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fat-gold:#e6b400;
--harvest-eve-gold:#d68f00;
--cassandra-s-curse:#b87a00;
--rat-brown:#8f6200;
}