Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5c4f8c;
}
.queen-s {
color: #7d6f9b;
}
.compliment {
color: #a08db0;
}
.mauve-mist {
color: #c39fd6;
}
.purple-s-baby-sister {
color: #e7c5f2;
}
/* CSS Variables */
:root {
--purple-corallite:#5c4f8c;
--queen-s:#7d6f9b;
--compliment:#a08db0;
--mauve-mist:#c39fd6;
--purple-s-baby-sister:#e7c5f2;
}