Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.purple-corallite {
color: #5b4f8c;
}
.wisteria {
color: #a77ebe;
}
.sugar-high {
color: #f1c6e7;
}
.prime-pink {
color: #ff8d85;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--purple-corallite:#5b4f8c;
--wisteria:#a77ebe;
--sugar-high:#f1c6e7;
--prime-pink:#ff8d85;
}