Color names in this palette
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;
}