All Palettes

Color Palette #ff8080, #ffb3b3, #fff4b3, #b3ffb3, #b3d1ff

0%
0%
0%

CSS code for this palette

/* CSS */
.light-red {
color: #ff8080;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.creamy-lemon {
color: #fff4b3;
}
.light-mint {
color: #b3ffb3;
}
.ice-cold-stare {
color: #b3d1ff;
}

/* CSS Variables */
:root {
--light-red:#ff8080;
--wildflower-bouquet:#ffb3b3;
--creamy-lemon:#fff4b3;
--light-mint:#b3ffb3;
--ice-cold-stare:#b3d1ff;
}

More palettes to explore