CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.relic {
color: #897a99;
}
.purity {
color: #d5c7e1;
}
.minute-mauve {
color: #f4e3f7;
}
.amaranth-pink {
color: #f09ebb;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--relic:#897a99;
--purity:#d5c7e1;
--minute-mauve:#f4e3f7;
--amaranth-pink:#f09ebb;
}