All Palettes

Color Palette #1a2a3d, #3d4a6c, #5b7a9a, #93b1c2, #e2e9e5

0%
0%
0%

CSS code for this palette

/* CSS */
.yankees-blue {
color: #1a2a3d;
}
.egyptian-violet {
color: #3d4a6c;
}
.blue-plate {
color: #5b7a9a;
}
.bright-bluebonnet {
color: #93b1c2;
}
.hallowed-hush {
color: #e2e9e5;
}

/* CSS Variables */
:root {
--yankees-blue:#1a2a3d;
--egyptian-violet:#3d4a6c;
--blue-plate:#5b7a9a;
--bright-bluebonnet:#93b1c2;
--hallowed-hush:#e2e9e5;
}

More palettes to explore