All Palettes

Color Palette #00bfff, #ff3d8e, #ffea00, #000000, #ff6e00

0%
0%
0%

CSS code for this palette

/* CSS */
.capri {
color: #00bfff;
}
.french-fuchsia {
color: #ff3d8e;
}
.middle-yellow {
color: #ffea00;
}
.black {
color: #000000;
}
.flush-orange {
color: #ff6e00;
}

/* CSS Variables */
:root {
--capri:#00bfff;
--french-fuchsia:#ff3d8e;
--middle-yellow:#ffea00;
--black:#000000;
--flush-orange:#ff6e00;
}

More palettes to explore