All Palettes

Color Palette #ff8080, #ffb3b3, #ffcccc, #ffe5e5, #ffe5e6

0%
0%
0%

CSS code for this palette

/* CSS */
.light-red {
color: #ff8080;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.lusty-gallant {
color: #ffcccc;
}
.pink-theory {
color: #ffe5e5;
}
.vanilla-strawberry {
color: #ffe5e6;
}

/* CSS Variables */
:root {
--light-red:#ff8080;
--wildflower-bouquet:#ffb3b3;
--lusty-gallant:#ffcccc;
--pink-theory:#ffe5e5;
--vanilla-strawberry:#ffe5e6;
}

More palettes to explore