All Palettes

Color Palette #ff8080, #ffb4a3, #ffcc99, #ffe3b3, #fff5e5

0%
0%
0%

CSS code for this palette

/* CSS */
.light-red {
color: #ff8080;
}
.peach-pearl {
color: #ffb4a3;
}
.peach-orange {
color: #ffcc99;
}
.peach-of-mind {
color: #ffe3b3;
}
.silky-tofu {
color: #fff5e5;
}

/* CSS Variables */
:root {
--light-red:#ff8080;
--peach-pearl:#ffb4a3;
--peach-orange:#ffcc99;
--peach-of-mind:#ffe3b3;
--silky-tofu:#fff5e5;
}

More palettes to explore