All Palettes

Color Palette #ff5e00, #ff8000, #ff9d00, #ffcc00, #ffe500

0%
0%
0%

CSS code for this palette

/* CSS */
.vivid-orange {
color: #ff5e00;
}
.orange-juice {
color: #ff8000;
}
.mandarin-peel {
color: #ff9d00;
}
.usc-gold {
color: #ffcc00;
}
.star {
color: #ffe500;
}

/* CSS Variables */
:root {
--vivid-orange:#ff5e00;
--orange-juice:#ff8000;
--mandarin-peel:#ff9d00;
--usc-gold:#ffcc00;
--star:#ffe500;
}

More palettes to explore