All Palettes

Color Palette #5c4d89, #7d8cca, #a6c7d9, #f4e1a4, #fbae7e

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.pansy-garden {
color: #7d8cca;
}
.frozen-blue {
color: #a6c7d9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.orange-chiffon {
color: #fbae7e;
}

/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--pansy-garden:#7d8cca;
--frozen-blue:#a6c7d9;
--optimistic-yellow:#f4e1a4;
--orange-chiffon:#fbae7e;
}

More palettes to explore