CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.scampi {
color: #6c5ea1;
}
.royal-raul {
color: #8e7bb7;
}
.herb-robert {
color: #d8a4df;
}
.pink-heath {
color: #f4bee0;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--scampi:#6c5ea1;
--royal-raul:#8e7bb7;
--herb-robert:#d8a4df;
--pink-heath:#f4bee0;
}