All Palettes

Color Palette #1e1f4d, #4e5d73, #7c9c9a, #e1c5b7, #f7d49c

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.vintage-indigo {
color: #4e5d73;
}
.vizcaya {
color: #7c9c9a;
}
.birthday-suit {
color: #e1c5b7;
}
.mellow-sun {
color: #f7d49c;
}

/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--vintage-indigo:#4e5d73;
--vizcaya:#7c9c9a;
--birthday-suit:#e1c5b7;
--mellow-sun:#f7d49c;
}

More palettes to explore