All Palettes

Color Palette #00ffcc, #ff1f78, #ffcc00, #ff3c00, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.plunge-pool {
color: #00ffcc;
}
.cyberpink {
color: #ff1f78;
}
.usc-gold {
color: #ffcc00;
}
.coquelicot {
color: #ff3c00;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--cyberpink:#ff1f78;
--usc-gold:#ffcc00;
--coquelicot:#ff3c00;
--black:#000000;
}

More palettes to explore