All Palettes

Color Palette #785abf, #a67fc3, #e0b2d6, #f6f3f5, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.fuchsia-blue {
color: #785abf;
}
.wisteria {
color: #a67fc3;
}
.bff {
color: #e0b2d6;
}
.cultured {
color: #f6f3f5;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--fuchsia-blue:#785abf;
--wisteria:#a67fc3;
--bff:#e0b2d6;
--cultured:#f6f3f5;
--white:#ffffff;
}

More palettes to explore