Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.orange-satisfaction {
color: #e09d00;
}
.harvest-eve-gold {
color: #d68f00;
}
.bamboo-brown {
color: #c27e00;
}
.butter-fudge {
color: #a86b00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--orange-satisfaction:#e09d00;
--harvest-eve-gold:#d68f00;
--bamboo-brown:#c27e00;
--butter-fudge:#a86b00;
}