All Palettes

Color Palette #3a7e4b, #68b67a, #a6d9b1, #f2f5c7, #e1a75b

0%
0%
0%

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;
}

More palettes to explore