Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.bitter-dandelion {
color: #6dc039;
}
.green-seduction {
color: #4aae29;
}
.grape-green {
color: #a8e2a2;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--bitter-dandelion:#6dc039;
--green-seduction:#4aae29;
--grape-green:#a8e2a2;
--yippie-ya-yellow:#f3f7a1;
}