Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mustard-yellow {
color: #e6b000;
}
.golden-foil {
color: #c7c400;
}
.overgrowth {
color: #8cc93b;
}
.chlorella-green {
color: #4fb54f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mustard-yellow:#e6b000;
--golden-foil:#c7c400;
--overgrowth:#8cc93b;
--chlorella-green:#4fb54f;
}