All Palettes

Color Palette #1f1f4d, #3b4f8c, #5b7f8b, #a3d68f, #f7e37e

0%
0%
0%

CSS code for this palette

/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.tory-blue {
color: #3b4f8c;
}
.technical-blue {
color: #5b7f8b;
}
.nature-s-delight {
color: #a3d68f;
}
.yellow-dragon {
color: #f7e37e;
}

/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--tory-blue:#3b4f8c;
--technical-blue:#5b7f8b;
--nature-s-delight:#a3d68f;
--yellow-dragon:#f7e37e;
}

More palettes to explore