All Palettes

Color Palette #2b883d, #4fbf8d, #6de3b4, #f4e1a4, #f39c12

0%
0%
0%

CSS code for this palette

/* CSS */
.green-ribbon {
color: #2b883d;
}
.garish-green {
color: #4fbf8d;
}
.ocean-in-a-bowl {
color: #6de3b4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.dodgeroll-gold {
color: #f39c12;
}

/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--garish-green:#4fbf8d;
--ocean-in-a-bowl:#6de3b4;
--optimistic-yellow:#f4e1a4;
--dodgeroll-gold:#f39c12;
}

More palettes to explore