Color names in this palette
CSS code for this palette
/* CSS */
.candy-dreams {
color: #e1b5f2;
}
.wisteria {
color: #a77ccb;
}
.parfait-d-amour {
color: #6c4c9a;
}
.her-highness {
color: #402c72;
}
.fly-by-night {
color: #1b1e4b;
}
/* CSS Variables */
:root {
--candy-dreams:#e1b5f2;
--wisteria:#a77ccb;
--parfait-d-amour:#6c4c9a;
--her-highness:#402c72;
--fly-by-night:#1b1e4b;
}