Color names in this palette
CSS code for this palette
/* CSS */
.lords-of-the-night {
color: #683f88;
}
.wisteria-purple {
color: #8d5b9a;
}
.girl-power {
color: #d39ccb;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.sandy-bay {
color: #f9d5b4;
}
/* CSS Variables */
:root {
--lords-of-the-night:#683f88;
--wisteria-purple:#8d5b9a;
--girl-power:#d39ccb;
--cotton-candy-aesthetic:#f5b7e2;
--sandy-bay:#f9d5b4;
}