Color names in this palette
CSS code for this palette
/* CSS */
.green-grass {
color: #3a7e4b;
}
.citronella {
color: #68b67a;
}
.frugal {
color: #a6d9b1;
}
.fresh-grown {
color: #f2f5c7;
}
.earth-yellow {
color: #e1a75b;
}
/* CSS Variables */
:root {
--green-grass:#3a7e4b;
--citronella:#68b67a;
--frugal:#a6d9b1;
--fresh-grown:#f2f5c7;
--earth-yellow:#e1a75b;
}