Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.crystal-green {
color: #a8d779;
}
.cactus-spike {
color: #c4e09e;
}
.snow-flurry {
color: #eaf8c9;
}
.apple-martini {
color: #f4ffdb;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--crystal-green:#a8d779;
--cactus-spike:#c4e09e;
--snow-flurry:#eaf8c9;
--apple-martini:#f4ffdb;
}