All Palettes

Color Palette #ffa600, #ffdd00, #ff6e00, #ff3c00, #ff5100

0%
0%
0%

CSS code for this palette

/* CSS */
.cheese {
color: #ffa600;
}
.super-saiyan {
color: #ffdd00;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.aerospace-orange {
color: #ff5100;
}

/* CSS Variables */
:root {
--cheese:#ffa600;
--super-saiyan:#ffdd00;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--aerospace-orange:#ff5100;
}

More palettes to explore