Color names in this palette
CSS code for this palette
/* CSS */
.soap {
color: #cec7f5;
}
.wisteria {
color: #a87dca;
}
.grapes-of-italy {
color: #6b4b8b;
}
.mystic-nights {
color: #4c2b6e;
}
.russian-violet {
color: #2b1c4f;
}
/* CSS Variables */
:root {
--soap:#cec7f5;
--wisteria:#a87dca;
--grapes-of-italy:#6b4b8b;
--mystic-nights:#4c2b6e;
--russian-violet:#2b1c4f;
}