Color names in this palette
CSS code for this palette
/* CSS */
.online-lime {
color: #4a8d3a;
}
.young-fern {
color: #6fbe7d;
}
.witty-green {
color: #b3d99b;
}
.green-eggs {
color: #e2edc4;
}
.star-shine {
color: #f6f8e2;
}
/* CSS Variables */
:root {
--online-lime:#4a8d3a;
--young-fern:#6fbe7d;
--witty-green:#b3d99b;
--green-eggs:#e2edc4;
--star-shine:#f6f8e2;
}