Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.bright-eggplant {
color: #5c4b8b;
}
.dahlia-purple {
color: #896db0;
}
.purple-premiere {
color: #b89dd8;
}
.soft-lavender {
color: #f7e3f7;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--bright-eggplant:#5c4b8b;
--dahlia-purple:#896db0;
--purple-premiere:#b89dd8;
--soft-lavender:#f7e3f7;
}