All Palettes

Color Palette #ff9100, #ffb300, #ffd500, #ffec3d, #ffff00

0%
0%
0%

CSS code for this palette

/* CSS */
.princeton-orange {
color: #ff9100;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.hollandaise {
color: #ffec3d;
}
.yellow {
color: #ffff00;
}

/* CSS Variables */
:root {
--princeton-orange:#ff9100;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--hollandaise:#ffec3d;
--yellow:#ffff00;
}

More palettes to explore