All Palettes

Color Palette #ff3c00, #ff6e00, #ffa600, #ffcc00, #ffe500

0%
0%
0%

CSS code for this palette

/* CSS */
.coquelicot {
color: #ff3c00;
}
.flush-orange {
color: #ff6e00;
}
.cheese {
color: #ffa600;
}
.usc-gold {
color: #ffcc00;
}
.star {
color: #ffe500;
}

/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--flush-orange:#ff6e00;
--cheese:#ffa600;
--usc-gold:#ffcc00;
--star:#ffe500;
}

More palettes to explore