All Palettes

Color Palette #1a3f5b, #4d7c99, #8cc2d4, #f2e79c, #f15e4b

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3f5b;
}
.stormy-ridge {
color: #4d7c99;
}
.dreaming-blue {
color: #8cc2d4;
}
.first-day-of-summer {
color: #f2e79c;
}
.opal-flame {
color: #f15e4b;
}

/* CSS Variables */
:root {
--capital-blue:#1a3f5b;
--stormy-ridge:#4d7c99;
--dreaming-blue:#8cc2d4;
--first-day-of-summer:#f2e79c;
--opal-flame:#f15e4b;
}

More palettes to explore