All Palettes

Color Palette #00ff80, #3dffb1, #66ffcc, #99ffe6, #ccfffb

0%
0%
0%

CSS code for this palette

/* CSS */
.guppie-green {
color: #00ff80;
}
.greenish-cyan {
color: #3dffb1;
}
.spindrift {
color: #66ffcc;
}
.hello-winter {
color: #99ffe6;
}
.luminescent-sky {
color: #ccfffb;
}

/* CSS Variables */
:root {
--guppie-green:#00ff80;
--greenish-cyan:#3dffb1;
--spindrift:#66ffcc;
--hello-winter:#99ffe6;
--luminescent-sky:#ccfffb;
}

More palettes to explore