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