All Palettes

Color Palette #00ff80, #80ff00, #ffff00, #ff8000, #ff0000

0%
0%
0%

CSS code for this palette

/* CSS */
.guppie-green {
color: #00ff80;
}
.radium {
color: #80ff00;
}
.yellow {
color: #ffff00;
}
.orange-juice {
color: #ff8000;
}
.red {
color: #ff0000;
}

/* CSS Variables */
:root {
--guppie-green:#00ff80;
--radium:#80ff00;
--yellow:#ffff00;
--orange-juice:#ff8000;
--red:#ff0000;
}

More palettes to explore