Color names in this palette
CSS code for this palette
/* CSS */
.purple-s-baby-sister {
color: #e8c3ef;
}
.bright-ube {
color: #d6a4e5;
}
.wisteria {
color: #a77bc1;
}
.passion-flower {
color: #6b509b;
}
.her-highness {
color: #3e2c6d;
}
/* CSS Variables */
:root {
--purple-s-baby-sister:#e8c3ef;
--bright-ube:#d6a4e5;
--wisteria:#a77bc1;
--passion-flower:#6b509b;
--her-highness:#3e2c6d;
}