Color names in this palette
CSS code for this palette
/* CSS */
.matt-green {
color: #3caf3e;
}
.scorpion-green {
color: #5bcf4a;
}
.green-lacewing {
color: #8ddb70;
}
.field-day {
color: #c5e6a8;
}
.light-green-veil {
color: #e8f9d2;
}
/* CSS Variables */
:root {
--matt-green:#3caf3e;
--scorpion-green:#5bcf4a;
--green-lacewing:#8ddb70;
--field-day:#c5e6a8;
--light-green-veil:#e8f9d2;
}