Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.grape-green {
color: #a8e4a0;
}
.chicon {
color: #d4f0b2;
}
.rising-star {
color: #f5f8d3;
}
.herbal-tea {
color: #f7ffeb;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--grape-green:#a8e4a0;
--chicon:#d4f0b2;
--rising-star:#f5f8d3;
--herbal-tea:#f7ffeb;
}