All Palettes

Color Palette #2b8c3b, #6ab65d, #a3d86f, #f1e95b, #f1903b

0%
0%
0%

CSS code for this palette

/* CSS */
.green-ribbon {
color: #2b8c3b;
}
.drop-green {
color: #6ab65d;
}
.tropical-light {
color: #a3d86f;
}
.sulfuric {
color: #f1e95b;
}
.mandarin-rind {
color: #f1903b;
}

/* CSS Variables */
:root {
--green-ribbon:#2b8c3b;
--drop-green:#6ab65d;
--tropical-light:#a3d86f;
--sulfuric:#f1e95b;
--mandarin-rind:#f1903b;
}

More palettes to explore