Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.izmir-purple {
color: #4c3e70;
}
.plum-power {
color: #7d5c8a;
}
.heather-violet {
color: #b7809b;
}
.cherry-blossom {
color: #f4c3d3;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--izmir-purple:#4c3e70;
--plum-power:#7d5c8a;
--heather-violet:#b7809b;
--cherry-blossom:#f4c3d3;
}