All Palettes

Color Palette #3e307e, #5f4b8b, #7e6a9a, #a67cbb, #d3b2e0

0%
0%
0%

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;
}

More palettes to explore