All Palettes

Color Palette #ffa600, #ffb84d, #ffcc80, #ffd9b8, #fff9c2

0%
0%
0%

CSS code for this palette

/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.peach-puff {
color: #ffd9b8;
}
.twinkling-lights {
color: #fff9c2;
}

/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--peach-puff:#ffd9b8;
--twinkling-lights:#fff9c2;
}

More palettes to explore