All Palettes

Color Palette #ff7033, #ff8800, #ffb700, #ffd500, #fff9e5

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-orange {
color: #ff7033;
}
.mandarin-jelly {
color: #ff8800;
}
.sunflower-mango {
color: #ffb700;
}
.cyber-yellow {
color: #ffd500;
}
.lead-glass {
color: #fff9e5;
}

/* CSS Variables */
:root {
--bright-orange:#ff7033;
--mandarin-jelly:#ff8800;
--sunflower-mango:#ffb700;
--cyber-yellow:#ffd500;
--lead-glass:#fff9e5;
}

More palettes to explore