Color names in this palette
CSS code for this palette
/* CSS */
.limeade {
color: #5e9a23;
}
.overgrowth {
color: #8ccb3a;
}
.basil-smash {
color: #b7e6a3;
}
.light-fresh-lime {
color: #e0f7d4;
}
.apple-martini {
color: #f7ffdb;
}
/* CSS Variables */
:root {
--limeade:#5e9a23;
--overgrowth:#8ccb3a;
--basil-smash:#b7e6a3;
--light-fresh-lime:#e0f7d4;
--apple-martini:#f7ffdb;
}