Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.calm-balm {
color: #5e9e3d;
}
.turtle-green {
color: #77b84c;
}
.tropical-light {
color: #9ed572;
}
.field-day {
color: #c7e8a1;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--calm-balm:#5e9e3d;
--turtle-green:#77b84c;
--tropical-light:#9ed572;
--field-day:#c7e8a1;
}