Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.welcoming-wasp {
color: #f0a800;
}
.harvest-eve-gold {
color: #db9200;
}
.bamboo-brown {
color: #c77b00;
}
.butter-fudge {
color: #a85f00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--welcoming-wasp:#f0a800;
--harvest-eve-gold:#db9200;
--bamboo-brown:#c77b00;
--butter-fudge:#a85f00;
}