All Palettes

Color Palette #1a2b3d, #2f4d6a, #6c8f9d, #aee0cf, #f2f5f8

0%
0%
0%

CSS code for this palette

/* CSS */
.yankees-blue {
color: #1a2b3d;
}
.celestial-blue {
color: #2f4d6a;
}
.wave-jumper {
color: #6c8f9d;
}
.coral-green {
color: #aee0cf;
}
.child-of-light {
color: #f2f5f8;
}

/* CSS Variables */
:root {
--yankees-blue:#1a2b3d;
--celestial-blue:#2f4d6a;
--wave-jumper:#6c8f9d;
--coral-green:#aee0cf;
--child-of-light:#f2f5f8;
}

More palettes to explore