All Palettes

Color Palette #ff5100, #ff8000, #ffaa00, #ffdd00, #ffff00

0%
0%
0%

CSS code for this palette

/* CSS */
.aerospace-orange {
color: #ff5100;
}
.orange-juice {
color: #ff8000;
}
.flash-of-orange {
color: #ffaa00;
}
.super-saiyan {
color: #ffdd00;
}
.yellow {
color: #ffff00;
}

/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--orange-juice:#ff8000;
--flash-of-orange:#ffaa00;
--super-saiyan:#ffdd00;
--yellow:#ffff00;
}

More palettes to explore