All Palettes

Color Palette #1a3d5b, #2c7c9b, #62b2b2, #f4c543, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3d5b;
}
.valley-of-glaciers {
color: #2c7c9b;
}
.fountain-blue {
color: #62b2b2;
}
.pyrite {
color: #f4c543;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--valley-of-glaciers:#2c7c9b;
--fountain-blue:#62b2b2;
--pyrite:#f4c543;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore