Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.lime-lizard {
color: #a3d55d;
}
.almost-aloe {
color: #c5e6b2;
}
.yippie-ya-yellow {
color: #f4f6a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--lime-lizard:#a3d55d;
--almost-aloe:#c5e6b2;
--yippie-ya-yellow:#f4f6a2;
--creamy-sweet-corn:#f9c54e;
}