Color names in this palette
CSS code for this palette
/* CSS */
.pine {
color: #2d5c34;
}
.bright-forest {
color: #6a8d4e;
}
.tropical-light {
color: #9ecf6e;
}
.field-day {
color: #c3e59e;
}
.bean-sprout {
color: #f1f9e7;
}
/* CSS Variables */
:root {
--pine:#2d5c34;
--bright-forest:#6a8d4e;
--tropical-light:#9ecf6e;
--field-day:#c3e59e;
--bean-sprout:#f1f9e7;
}