Color names in this palette
CSS code for this palette
/* CSS */
.young-green-onion {
color: #a4da4e;
}
.sushi {
color: #7d9b31;
}
.chlorophyll {
color: #4c811d;
}
.forest-empress {
color: #3b6c14;
}
.navy-green {
color: #2e5b0b;
}
/* CSS Variables */
:root {
--young-green-onion:#a4da4e;
--sushi:#7d9b31;
--chlorophyll:#4c811d;
--forest-empress:#3b6c14;
--navy-green:#2e5b0b;
}