All Palettes

Color Palette #3b5e8c, #5f7c9b, #a5c1cf, #d5e1e7, #f0e2c7

0%
0%
0%

CSS code for this palette

/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.slate-blue {
color: #5f7c9b;
}
.sea-breeze {
color: #a5c1cf;
}
.stone-washed {
color: #d5e1e7;
}
.white-chocolate {
color: #f0e2c7;
}

/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--slate-blue:#5f7c9b;
--sea-breeze:#a5c1cf;
--stone-washed:#d5e1e7;
--white-chocolate:#f0e2c7;
}

More palettes to explore