Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f194d;
}
.fresh-eggplant {
color: #4c3e7a;
}
.royal-lavender {
color: #7956a4;
}
.wisteria {
color: #b27ec4;
}
.prosecco {
color: #f9d4a4;
}
/* CSS Variables */
:root {
--fly-by-night:#1f194d;
--fresh-eggplant:#4c3e7a;
--royal-lavender:#7956a4;
--wisteria:#b27ec4;
--prosecco:#f9d4a4;
}