All Palettes

Color Palette #1e1f4d, #4b4e86, #7d80bf, #a5a5f3, #f3b1a5

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.beaded-blue {
color: #4b4e86;
}
.deep-periwinkle {
color: #7d80bf;
}
.cold-lips {
color: #a5a5f3;
}
.first-date {
color: #f3b1a5;
}

/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--beaded-blue:#4b4e86;
--deep-periwinkle:#7d80bf;
--cold-lips:#a5a5f3;
--first-date:#f3b1a5;
}

More palettes to explore