All Palettes

Color Palette #f5c0b8, #e1a3b6, #d68f96, #b58c8c, #8e7b89

0%
0%
0%

CSS code for this palette

/* CSS */
.rainbow {
color: #f5c0b8;
}
.garden-party {
color: #e1a3b6;
}
.pink-clay-pot {
color: #d68f96;
}
.brandy-snaps {
color: #b58c8c;
}
.iced-orchid {
color: #8e7b89;
}

/* CSS Variables */
:root {
--rainbow:#f5c0b8;
--garden-party:#e1a3b6;
--pink-clay-pot:#d68f96;
--brandy-snaps:#b58c8c;
--iced-orchid:#8e7b89;
}

More palettes to explore