All Palettes

Color Palette #2e3a4d, #4e6e8d, #7cb6b5, #f0c1c1, #f9d780

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-fantastic {
color: #2e3a4d;
}
.berry-pie {
color: #4e6e8d;
}
.kingfisher-turquoise {
color: #7cb6b5;
}
.silver-strawberry {
color: #f0c1c1;
}
.e-honda-beige {
color: #f9d780;
}

/* CSS Variables */
:root {
--blue-fantastic:#2e3a4d;
--berry-pie:#4e6e8d;
--kingfisher-turquoise:#7cb6b5;
--silver-strawberry:#f0c1c1;
--e-honda-beige:#f9d780;
}

More palettes to explore