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