Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mustard-yellow {
color: #e0b000;
}
.bronze {
color: #a87b00;
}
.ayahuasca-vine {
color: #6b5900;
}
.godzilla {
color: #404d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mustard-yellow:#e0b000;
--bronze:#a87b00;
--ayahuasca-vine:#6b5900;
--godzilla:#404d00;
}