All Palettes

Color Palette #f3c3d1, #f9a9c9, #ff7092, #ff4d7f, #ff2e6d

0%
0%
0%

CSS code for this palette

/* CSS */
.in-the-pink {
color: #f3c3d1;
}
.rose-mallow {
color: #f9a9c9;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.chinese-new-year {
color: #ff2e6d;
}

/* CSS Variables */
:root {
--in-the-pink:#f3c3d1;
--rose-mallow:#f9a9c9;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--chinese-new-year:#ff2e6d;
}

More palettes to explore