All Palettes

Color Palette #6f2c90, #a983c9, #d3b3e0, #f4c3e0, #ff8052

0%
0%
0%

CSS code for this palette

/* CSS */
.true-purple {
color: #6f2c90;
}
.wisteria {
color: #a983c9;
}
.pretty-petunia {
color: #d3b3e0;
}
.rosy-nectar {
color: #f4c3e0;
}
.n-rang-orange {
color: #ff8052;
}

/* CSS Variables */
:root {
--true-purple:#6f2c90;
--wisteria:#a983c9;
--pretty-petunia:#d3b3e0;
--rosy-nectar:#f4c3e0;
--n-rang-orange:#ff8052;
}

More palettes to explore