All Palettes

Color Palette #1f2942, #4b5b8b, #6c7d9d, #afc2d4, #f1f7ed

0%
0%
0%

CSS code for this palette

/* CSS */
.yankees-blue {
color: #1f2942;
}
.gem {
color: #4b5b8b;
}
.lead-cast {
color: #6c7d9d;
}
.airway {
color: #afc2d4;
}
.garden-dawn {
color: #f1f7ed;
}

/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--gem:#4b5b8b;
--lead-cast:#6c7d9d;
--airway:#afc2d4;
--garden-dawn:#f1f7ed;
}

More palettes to explore