Color names in this palette
CSS code for this palette
/* CSS */
.mystic-nights {
color: #4a2b6e;
}
.magenta-violet {
color: #6a4e8d;
}
.prickly-purple {
color: #9f69b5;
}
.pretty-petunia {
color: #d6b2e1;
}
.minute-mauve {
color: #f5e0f3;
}
/* CSS Variables */
:root {
--mystic-nights:#4a2b6e;
--magenta-violet:#6a4e8d;
--prickly-purple:#9f69b5;
--pretty-petunia:#d6b2e1;
--minute-mauve:#f5e0f3;
}