Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.lush-lilac {
color: #a27dba;
}
.purity {
color: #d5c4e3;
}
.minute-mauve {
color: #f4e1f4;
}
.miami-pink {
color: #f9c3d7;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--lush-lilac:#a27dba;
--purity:#d5c4e3;
--minute-mauve:#f4e1f4;
--miami-pink:#f9c3d7;
}