All Palettes

Color Palette #ff3c00, #ff6e00, #ffaa00, #ffd500, #c2cc33

0%
0%
0%

CSS code for this palette

/* CSS */
.coquelicot {
color: #ff3c00;
}
.flush-orange {
color: #ff6e00;
}
.flash-of-orange {
color: #ffaa00;
}
.cyber-yellow {
color: #ffd500;
}
.yellow-green-grosbeak {
color: #c2cc33;
}

/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--flush-orange:#ff6e00;
--flash-of-orange:#ffaa00;
--cyber-yellow:#ffd500;
--yellow-green-grosbeak:#c2cc33;
}

More palettes to explore