Color names in this palette
CSS code for this palette
/* CSS */
.poisonous-pesticide {
color: #32cd32;
}
.koopa-green-shell {
color: #4fde4f;
}
.grape-green {
color: #a8e8a1;
}
.weak-yellow {
color: #f2f9d7;
}
.neon-light {
color: #ffde5c;
}
/* CSS Variables */
:root {
--poisonous-pesticide:#32cd32;
--koopa-green-shell:#4fde4f;
--grape-green:#a8e8a1;
--weak-yellow:#f2f9d7;
--neon-light:#ffde5c;
}