Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.izmir-purple {
color: #4c3e70;
}
.super-violet {
color: #7a5d8e;
}
.atlantic-tulip {
color: #b59ac1;
}
.sweetheart {
color: #f2c4d4;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--izmir-purple:#4c3e70;
--super-violet:#7a5d8e;
--atlantic-tulip:#b59ac1;
--sweetheart:#f2c4d4;
}