All Palettes

Color Palette #6b9b4b, #a7c34b, #e3e64c, #f5c76b, #f78c40

0%
0%
0%

CSS code for this palette

/* CSS */
.flat-green {
color: #6b9b4b;
}
.acid-candy {
color: #a7c34b;
}
.dragon-s-gold {
color: #e3e64c;
}
.yellow-currant {
color: #f5c76b;
}
.hot-orange {
color: #f78c40;
}

/* CSS Variables */
:root {
--flat-green:#6b9b4b;
--acid-candy:#a7c34b;
--dragon-s-gold:#e3e64c;
--yellow-currant:#f5c76b;
--hot-orange:#f78c40;
}

More palettes to explore