Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.her-highness {
color: #3c2a6f;
}
.pure-mauve {
color: #6c5091;
}
.usu-pink {
color: #a77b9d;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--her-highness:#3c2a6f;
--pure-mauve:#6c5091;
--usu-pink:#a77b9d;
--sweetheart:#f4c3d6;
}