All Palettes

Color Palette #ff5c9a, #ff85e4, #ffb3e0, #ffdbff, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.fuchsia-fever {
color: #ff5c9a;
}
.splash-of-grenadine {
color: #ff85e4;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.sugarpills {
color: #ffdbff;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9a;
--splash-of-grenadine:#ff85e4;
--hot-aquarelle-pink:#ffb3e0;
--sugarpills:#ffdbff;
--white:#ffffff;
}

More palettes to explore