Color names in this palette
CSS code for this palette
/* CSS */
.fresh-green {
color: #6fcf4f;
}
.tropical-light {
color: #99d86e;
}
.field-day {
color: #c2e9a5;
}
.yellow-chalk {
color: #f3fcb0;
}
.aspen-yellow {
color: #f9df9f;
}
/* CSS Variables */
:root {
--fresh-green:#6fcf4f;
--tropical-light:#99d86e;
--field-day:#c2e9a5;
--yellow-chalk:#f3fcb0;
--aspen-yellow:#f9df9f;
}