All Palettes

Color Palette #ffbf00, #ff6e00, #ffb300, #ff9900, #ff3c00

0%
0%
0%

CSS code for this palette

/* CSS */
.amber {
color: #ffbf00;
}
.flush-orange {
color: #ff6e00;
}
.ucla-gold {
color: #ffb300;
}
.vitamin-c {
color: #ff9900;
}
.coquelicot {
color: #ff3c00;
}

/* CSS Variables */
:root {
--amber:#ffbf00;
--flush-orange:#ff6e00;
--ucla-gold:#ffb300;
--vitamin-c:#ff9900;
--coquelicot:#ff3c00;
}

More palettes to explore