All Palettes

Color Palette #ff8000, #ffae00, #ffdd00, #ffea9e, #fff5e5

0%
0%
0%

CSS code for this palette

/* CSS */
.orange-juice {
color: #ff8000;
}
.fresh-squeezed {
color: #ffae00;
}
.super-saiyan {
color: #ffdd00;
}
.rise-and-shine {
color: #ffea9e;
}
.silky-tofu {
color: #fff5e5;
}

/* CSS Variables */
:root {
--orange-juice:#ff8000;
--fresh-squeezed:#ffae00;
--super-saiyan:#ffdd00;
--rise-and-shine:#ffea9e;
--silky-tofu:#fff5e5;
}

More palettes to explore