Color names in this palette
CSS code for this palette
/* CSS */
.moonshadow {
color: #8d43ad;
}
.cadmium-violet {
color: #7e3d99;
}
.true-purple {
color: #6f2c90;
}
.lounge-violet {
color: #5e3370;
}
.acai {
color: #4c245c;
}
/* CSS Variables */
:root {
--moonshadow:#8d43ad;
--cadmium-violet:#7e3d99;
--true-purple:#6f2c90;
--lounge-violet:#5e3370;
--acai:#4c245c;
}