Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1d1f4e;
}
.fresh-eggplant {
color: #4d3d7f;
}
.juneberry {
color: #7c4f9c;
}
.prickly-purple {
color: #a167c1;
}
.tropical-violet {
color: #d1a4e0;
}
/* CSS Variables */
:root {
--fly-by-night:#1d1f4e;
--fresh-eggplant:#4d3d7f;
--juneberry:#7c4f9c;
--prickly-purple:#a167c1;
--tropical-violet:#d1a4e0;
}