All Palettes

Color Palette #5b4b8b, #a67d9a, #d5c2af, #e3b80d, #6d2c3f

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.bouquet {
color: #a67d9a;
}
.autumn-haze {
color: #d5c2af;
}
.golden-schnitzel {
color: #e3b80d;
}
.cherry-juice-red {
color: #6d2c3f;
}

/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--bouquet:#a67d9a;
--autumn-haze:#d5c2af;
--golden-schnitzel:#e3b80d;
--cherry-juice-red:#6d2c3f;
}

More palettes to explore