All Palettes

Color Palette #ffea00, #ffb300, #ff9100, #ff6d1f, #ff3c00

0%
0%
0%

CSS code for this palette

/* CSS */
.middle-yellow {
color: #ffea00;
}
.ucla-gold {
color: #ffb300;
}
.princeton-orange {
color: #ff9100;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}

/* CSS Variables */
:root {
--middle-yellow:#ffea00;
--ucla-gold:#ffb300;
--princeton-orange:#ff9100;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
}

More palettes to explore