Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.her-highness {
color: #3c2a6f;
}
.bright-eggplant {
color: #604d89;
}
.viola-grey {
color: #8d6a9a;
}
.lavender-field-dreamer {
color: #c8aada;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--her-highness:#3c2a6f;
--bright-eggplant:#604d89;
--viola-grey:#8d6a9a;
--lavender-field-dreamer:#c8aada;
}