All Palettes

Color Palette #ff6e00, #ff9d00, #ffd000, #ffe680, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.flush-orange {
color: #ff6e00;
}
.mandarin-peel {
color: #ff9d00;
}
.electric-glow {
color: #ffd000;
}
.cowbell {
color: #ffe680;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--flush-orange:#ff6e00;
--mandarin-peel:#ff9d00;
--electric-glow:#ffd000;
--cowbell:#ffe680;
--white:#ffffff;
}

More palettes to explore