All Palettes

Color Palette #1c1e4a, #4a4c8c, #7979be, #b6a72f, #e45c3a

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1c1e4a;
}
.beaded-blue {
color: #4a4c8c;
}
.astro-zinger {
color: #7979be;
}
.new-green {
color: #b6a72f;
}
.sohi-red {
color: #e45c3a;
}

/* CSS Variables */
:root {
--fly-by-night:#1c1e4a;
--beaded-blue:#4a4c8c;
--astro-zinger:#7979be;
--new-green:#b6a72f;
--sohi-red:#e45c3a;
}

More palettes to explore