Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #49733a;
}
.fern-flash {
color: #6bae4c;
}
.green-trance {
color: #a2d69e;
}
.spring-morn {
color: #e6f0d6;
}
.cumulus {
color: #f3f5e5;
}
/* CSS Variables */
:root {
--gully-green:#49733a;
--fern-flash:#6bae4c;
--green-trance:#a2d69e;
--spring-morn:#e6f0d6;
--cumulus:#f3f5e5;
}