All Palettes

Color Palette #5c4b8b, #8e7c9c, #d5c2e0, #f2e6b5, #ffc83d

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.wildflower {
color: #8e7c9c;
}
.new-violet {
color: #d5c2e0;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.yellow-jacket {
color: #ffc83d;
}

/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--wildflower:#8e7c9c;
--new-violet:#d5c2e0;
--bad-moon-yellow:#f2e6b5;
--yellow-jacket:#ffc83d;
}

More palettes to explore