Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d2b3e0;
}
.feminine-fancy {
color: #c5a5d5;
}
.heart-potion {
color: #a979b4;
}
.bright-eggplant {
color: #5f4c8a;
}
.her-highness {
color: #3e2b73;
}
/* CSS Variables */
:root {
--pretty-petunia:#d2b3e0;
--feminine-fancy:#c5a5d5;
--heart-potion:#a979b4;
--bright-eggplant:#5f4c8a;
--her-highness:#3e2b73;
}