All Palettes

Color Palette #1a1f4c, #2e3b6b, #4d5b89, #7a89c2, #f0f2ff

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1a1f4c;
}
.newport-indigo {
color: #2e3b6b;
}
.gem {
color: #4d5b89;
}
.larkspur-bouquet {
color: #7a89c2;
}
.foundation-white {
color: #f0f2ff;
}

/* CSS Variables */
:root {
--fly-by-night:#1a1f4c;
--newport-indigo:#2e3b6b;
--gem:#4d5b89;
--larkspur-bouquet:#7a89c2;
--foundation-white:#f0f2ff;
}

More palettes to explore