All Palettes

Color Palette #ffa600, #ffb84d, #ffce99, #ffe7b3, #fff2e5

0%
0%
0%

CSS code for this palette

/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.peach-orange {
color: #ffce99;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.doeskin {
color: #fff2e5;
}

/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--peach-orange:#ffce99;
--vanilla-ice-cream:#ffe7b3;
--doeskin:#fff2e5;
}

More palettes to explore