Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.galactic-purple {
color: #4d2a92;
}
.lusty-lavender {
color: #8d5bc2;
}
.spring-wisteria {
color: #d4a3e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--galactic-purple:#4d2a92;
--lusty-lavender:#8d5bc2;
--spring-wisteria:#d4a3e0;
--grapefruit-pulp:#ff6e61;
}