All Palettes

Color Palette #5b6d9f, #8c90a1, #b7a1c4, #f1b1d5, #f9c3e4

0%
0%
0%

CSS code for this palette

/* CSS */
.moonshade {
color: #5b6d9f;
}
.manatee {
color: #8c90a1;
}
.blue-pink {
color: #b7a1c4;
}
.soft-cashmere {
color: #f1b1d5;
}
.pretty-in-pink {
color: #f9c3e4;
}

/* CSS Variables */
:root {
--moonshade:#5b6d9f;
--manatee:#8c90a1;
--blue-pink:#b7a1c4;
--soft-cashmere:#f1b1d5;
--pretty-in-pink:#f9c3e4;
}

More palettes to explore