All Palettes

Color Palette #3b4c91, #5f6c9b, #8ba0b6, #b7d1e1, #f7e2b0

0%
0%
0%

CSS code for this palette

/* CSS */
.deep-ultramarine {
color: #3b4c91;
}
.blueberry-patch {
color: #5f6c9b;
}
.astro-bound {
color: #8ba0b6;
}
.delicate-ice {
color: #b7d1e1;
}
.friendly-yellow {
color: #f7e2b0;
}

/* CSS Variables */
:root {
--deep-ultramarine:#3b4c91;
--blueberry-patch:#5f6c9b;
--astro-bound:#8ba0b6;
--delicate-ice:#b7d1e1;
--friendly-yellow:#f7e2b0;
}

More palettes to explore