All Palettes

Color Palette #1c4f40, #3c7c5b, #6ebf7b, #ade59f, #f7f2c0

0%
0%
0%

CSS code for this palette

/* CSS */
.english-green {
color: #1c4f40;
}
.liquid-green-stuff {
color: #3c7c5b;
}
.young-fern {
color: #6ebf7b;
}
.grape-green {
color: #ade59f;
}
.cocoa-butter {
color: #f7f2c0;
}

/* CSS Variables */
:root {
--english-green:#1c4f40;
--liquid-green-stuff:#3c7c5b;
--young-fern:#6ebf7b;
--grape-green:#ade59f;
--cocoa-butter:#f7f2c0;
}

More palettes to explore