Color names in this palette
CSS code for this palette
/* CSS */
.nereus {
color: #4b7d3b;
}
.flat-green {
color: #6a9c49;
}
.makin-it-rain {
color: #8cbf5a;
}
.tropical-light {
color: #a1d770;
}
.cactus-spike {
color: #c3e0a3;
}
/* CSS Variables */
:root {
--nereus:#4b7d3b;
--flat-green:#6a9c49;
--makin-it-rain:#8cbf5a;
--tropical-light:#a1d770;
--cactus-spike:#c3e0a3;
}