All Palettes

Color Palette #5b4b8b, #9c7fbd, #d1b2e0, #f1e8f7, #f5cf70

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.purple-mountains-majesty {
color: #9c7fbd;
}
.pretty-petunia {
color: #d1b2e0;
}
.perfume-haze {
color: #f1e8f7;
}
.yellow-tulip {
color: #f5cf70;
}

/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--purple-mountains-majesty:#9c7fbd;
--pretty-petunia:#d1b2e0;
--perfume-haze:#f1e8f7;
--yellow-tulip:#f5cf70;
}

More palettes to explore