All Palettes

Color Palette #1f1f4d, #4d4d8f, #7b7bbc, #ab8e4f, #e65151

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.beaded-blue {
color: #4d4d8f;
}
.astro-zinger {
color: #7b7bbc;
}
.epidote-olvene-ore {
color: #ab8e4f;
}
.red-arremer {
color: #e65151;
}

/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--beaded-blue:#4d4d8f;
--astro-zinger:#7b7bbc;
--epidote-olvene-ore:#ab8e4f;
--red-arremer:#e65151;
}

More palettes to explore