All Palettes

Color Palette #1e1e4d, #4e4e8d, #8b8bb1, #b0b0d8, #f0f0ff

0%
0%
0%

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

More palettes to explore