Color names in this palette
CSS code for this palette
/* CSS */
.her-highness {
color: #3c2e70;
}
.purple-corallite {
color: #594a8c;
}
.babiana {
color: #856da2;
}
.tropical-violet {
color: #d1a4e0;
}
.kissed-by-mist {
color: #f7c5f2;
}
/* CSS Variables */
:root {
--her-highness:#3c2e70;
--purple-corallite:#594a8c;
--babiana:#856da2;
--tropical-violet:#d1a4e0;
--kissed-by-mist:#f7c5f2;
}