Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.stream {
color: #4b5d7c;
}
.lavender-blossom-grey {
color: #8a8e9e;
}
.tulip-soft-blue {
color: #c2c4d6;
}
.lingering-lilac {
color: #e8e1f4;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--stream:#4b5d7c;
--lavender-blossom-grey:#8a8e9e;
--tulip-soft-blue:#c2c4d6;
--lingering-lilac:#e8e1f4;
}