Color names in this palette
CSS code for this palette
/* CSS */
.ruthless-empress {
color: #5b3c9a;
}
.venus-violet {
color: #7c69bf;
}
.childish-wonder {
color: #a7a6d9;
}
.fresh-heather {
color: #d0c2e0;
}
.sheer-lavender {
color: #f3e2f0;
}
/* CSS Variables */
:root {
--ruthless-empress:#5b3c9a;
--venus-violet:#7c69bf;
--childish-wonder:#a7a6d9;
--fresh-heather:#d0c2e0;
--sheer-lavender:#f3e2f0;
}