All Palettes

Color Palette #1e1f4d, #4b5d7c, #8a8e9e, #c2c4d6, #e8e1f4

0%
0%
0%

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;
}

More palettes to explore