All Palettes

Color Palette #1b3c5a, #3e6a79, #67a2a1, #a3d8a2, #f7e7b6

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1b3c5a;
}
.mammoth-mountain {
color: #3e6a79;
}
.folk-song {
color: #67a2a1;
}
.green-trance {
color: #a3d8a2;
}
.tamale-maize {
color: #f7e7b6;
}

/* CSS Variables */
:root {
--capital-blue:#1b3c5a;
--mammoth-mountain:#3e6a79;
--folk-song:#67a2a1;
--green-trance:#a3d8a2;
--tamale-maize:#f7e7b6;
}

More palettes to explore