Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.bilious-green {
color: #a6d56c;
}
.yellow-green-shade {
color: #c4e382;
}
.mint-julep {
color: #e2f0a3;
}
.yellow-chalk {
color: #f8fbb1;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--bilious-green:#a6d56c;
--yellow-green-shade:#c4e382;
--mint-julep:#e2f0a3;
--yellow-chalk:#f8fbb1;
}