All Palettes

Color Palette #1e1e4d, #4c4c90, #8080bc, #c7c7ff, #f0f0ff

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.beaded-blue {
color: #4c4c90;
}
.deep-periwinkle {
color: #8080bc;
}
.light-periwinkle {
color: #c7c7ff;
}
.foundation-white {
color: #f0f0ff;
}

/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--beaded-blue:#4c4c90;
--deep-periwinkle:#8080bc;
--light-periwinkle:#c7c7ff;
--foundation-white:#f0f0ff;
}

More palettes to explore