Color names in this palette
CSS code for this palette
/* CSS */
.white-solid {
color: #f5f4fb;
}
.york-plum {
color: #d2c1e7;
}
.middy-s-purple {
color: #a88bda;
}
.fuchsia-blue {
color: #7d5bcd;
}
.galactic-purple {
color: #4a2c90;
}
/* CSS Variables */
:root {
--white-solid:#f5f4fb;
--york-plum:#d2c1e7;
--middy-s-purple:#a88bda;
--fuchsia-blue:#7d5bcd;
--galactic-purple:#4a2c90;
}