Color names in this palette
CSS code for this palette
/* CSS */
.overgrowth {
color: #89cb3a;
}
.lime-lizard {
color: #a6d85a;
}
.reef-refractions {
color: #d3eba3;
}
.flavescent {
color: #f5e78e;
}
.t-morokoshi-corn {
color: #f9aa48;
}
/* CSS Variables */
:root {
--overgrowth:#89cb3a;
--lime-lizard:#a6d85a;
--reef-refractions:#d3eba3;
--flavescent:#f5e78e;
--t-morokoshi-corn:#f9aa48;
}