Color names in this palette
CSS code for this palette
/* CSS */
.beer-garden {
color: #4b982a;
}
.fresh-green {
color: #6fcf4f;
}
.fluorescence {
color: #91d57c;
}
.field-day {
color: #c3e6a2;
}
.weak-yellow {
color: #f1f8d8;
}
/* CSS Variables */
:root {
--beer-garden:#4b982a;
--fresh-green:#6fcf4f;
--fluorescence:#91d57c;
--field-day:#c3e6a2;
--weak-yellow:#f1f8d8;
}