All Palettes

Color Palette #1f1f4d, #4a4a8c, #7979be, #9f9fdf, #f0f0f5

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.beaded-blue {
color: #4a4a8c;
}
.astro-zinger {
color: #7979be;
}
.dalmatian-sage {
color: #9f9fdf;
}
.errigal-white {
color: #f0f0f5;
}

/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--beaded-blue:#4a4a8c;
--astro-zinger:#7979be;
--dalmatian-sage:#9f9fdf;
--errigal-white:#f0f0f5;
}

More palettes to explore