Color names in this palette
CSS code for this palette
/* CSS */
.aubergine-mauve {
color: #3b2c3f;
}
.plum-power {
color: #7d5f8c;
}
.monastir {
color: #b58c9c;
}
.gotta-have-it {
color: #d0c0b4;
}
.flan {
color: #f6e3b6;
}
/* CSS Variables */
:root {
--aubergine-mauve:#3b2c3f;
--plum-power:#7d5f8c;
--monastir:#b58c9c;
--gotta-have-it:#d0c0b4;
--flan:#f6e3b6;
}