Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d000;
}
.banana-clan {
color: #f0e000;
}
.serpent-scepter {
color: #b5d100;
}
.emerald-glitter {
color: #68bd00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d000;
--banana-clan:#f0e000;
--serpent-scepter:#b5d100;
--emerald-glitter:#68bd00;
}