All Palettes

Color Palette #ffaa00, #ff6d1f, #ff3c00, #d63600, #a32c00

0%
0%
0%

CSS code for this palette

/* CSS */
.flash-of-orange {
color: #ffaa00;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.native-hue-of-resolution {
color: #d63600;
}
.rust-red {
color: #a32c00;
}

/* CSS Variables */
:root {
--flash-of-orange:#ffaa00;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--native-hue-of-resolution:#d63600;
--rust-red:#a32c00;
}

More palettes to explore