All Palettes

Color Palette #1e1e4d, #3b3b7d, #5d5da2, #87a1de, #b3d1ff

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.jacksons-purple {
color: #3b3b7d;
}
.violet-storm {
color: #5d5da2;
}
.blue-cue {
color: #87a1de;
}
.ice-cold-stare {
color: #b3d1ff;
}

/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--jacksons-purple:#3b3b7d;
--violet-storm:#5d5da2;
--blue-cue:#87a1de;
--ice-cold-stare:#b3d1ff;
}

More palettes to explore