Color names in this palette
CSS code for this palette
/* CSS */
.clear-purple {
color: #3e307e;
}
.bright-eggplant {
color: #5f4b8b;
}
.ornate {
color: #7e6a9a;
}
.wisteria {
color: #a67cbb;
}
.pretty-petunia {
color: #d3b2e0;
}
/* CSS Variables */
:root {
--clear-purple:#3e307e;
--bright-eggplant:#5f4b8b;
--ornate:#7e6a9a;
--wisteria:#a67cbb;
--pretty-petunia:#d3b2e0;
}