Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.grape-green {
color: #a8e4a0;
}
.chicon {
color: #d4f5b7;
}
.yellow-chalk {
color: #f7f9b4;
}
.flirtatious {
color: #fdd835;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--grape-green:#a8e4a0;
--chicon:#d4f5b7;
--yellow-chalk:#f7f9b4;
--flirtatious:#fdd835;
}