All Palettes

Color Palette #5b4f8c, #7e78b5, #aea5d5, #f1e8f8, #f5c2e0

0%
0%
0%

CSS code for this palette

/* CSS */
.purple-corallite {
color: #5b4f8c;
}
.astro-zinger {
color: #7e78b5;
}
.ariel-s-delight {
color: #aea5d5;
}
.perfume-haze {
color: #f1e8f8;
}
.rosy-nectar {
color: #f5c2e0;
}

/* CSS Variables */
:root {
--purple-corallite:#5b4f8c;
--astro-zinger:#7e78b5;
--ariel-s-delight:#aea5d5;
--perfume-haze:#f1e8f8;
--rosy-nectar:#f5c2e0;
}

More palettes to explore