All Palettes

Color Palette #3c2c3f, #6c4f8c, #9a6b9e, #d9a87d, #e1c5b7

0%
0%
0%

CSS code for this palette

/* CSS */
.aubergine-mauve {
color: #3c2c3f;
}
.magenta-violet {
color: #6c4f8c;
}
.tatarian-aster {
color: #9a6b9e;
}
.band-aid {
color: #d9a87d;
}
.birthday-suit {
color: #e1c5b7;
}

/* CSS Variables */
:root {
--aubergine-mauve:#3c2c3f;
--magenta-violet:#6c4f8c;
--tatarian-aster:#9a6b9e;
--band-aid:#d9a87d;
--birthday-suit:#e1c5b7;
}

More palettes to explore