All Palettes

Color Palette #5a4b8b, #9c7cbb, #d8b3e5, #f5c56b, #e13e33

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-eggplant {
color: #5a4b8b;
}
.lush-lilac {
color: #9c7cbb;
}
.pretty-petunia {
color: #d8b3e5;
}
.yellow-currant {
color: #f5c56b;
}
.bacon-strips {
color: #e13e33;
}

/* CSS Variables */
:root {
--bright-eggplant:#5a4b8b;
--lush-lilac:#9c7cbb;
--pretty-petunia:#d8b3e5;
--yellow-currant:#f5c56b;
--bacon-strips:#e13e33;
}

More palettes to explore