Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.twilight {
color: #4e4e8d;
}
.persian-violet {
color: #8b8bb1;
}
.freesia-purple {
color: #b0b0d8;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--twilight:#4e4e8d;
--persian-violet:#8b8bb1;
--freesia-purple:#b0b0d8;
--foundation-white:#f0f0ff;
}