All Palettes

Color Palette #5e4b8b, #a05db1, #d8b7e1, #f3c9d7, #f7e3bb

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.prickly-purple {
color: #a05db1;
}
.pretty-petunia {
color: #d8b7e1;
}
.mountain-laurel {
color: #f3c9d7;
}
.curd {
color: #f7e3bb;
}

/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--prickly-purple:#a05db1;
--pretty-petunia:#d8b7e1;
--mountain-laurel:#f3c9d7;
--curd:#f7e3bb;
}

More palettes to explore