Color names in this palette
CSS code for this palette
/* CSS */
.green-lacewing {
color: #90dc6f;
}
.pure-apple {
color: #69b950;
}
.may-green {
color: #4b8f3d;
}
.radical-green {
color: #3a6a2f;
}
.chestnut-green {
color: #2e5426;
}
/* CSS Variables */
:root {
--green-lacewing:#90dc6f;
--pure-apple:#69b950;
--may-green:#4b8f3d;
--radical-green:#3a6a2f;
--chestnut-green:#2e5426;
}