All Palettes

Color Palette #1c3f5a, #29698e, #47a1b3, #90d5c1, #f9d948

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1c3f5a;
}
.ocean-call {
color: #29698e;
}
.aquatic-cool {
color: #47a1b3;
}
.pop-shop {
color: #90d5c1;
}
.anna-banana {
color: #f9d948;
}

/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--ocean-call:#29698e;
--aquatic-cool:#47a1b3;
--pop-shop:#90d5c1;
--anna-banana:#f9d948;
}

More palettes to explore