Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.harvest-eve-gold {
color: #d68f00;
}
.butter-fudge {
color: #a86b00;
}
.g-d-on-brown {
color: #7a4e00;
}
.brown {
color: #5c3c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--harvest-eve-gold:#d68f00;
--butter-fudge:#a86b00;
--g-d-on-brown:#7a4e00;
--brown:#5c3c00;
}