All Palettes

Color Palette #1a3f5b, #395c79, #5c7d99, #97c2d8, #e0f7fa

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3f5b;
}
.bluey {
color: #395c79;
}
.slate-blue {
color: #5c7d99;
}
.sky-bus {
color: #97c2d8;
}
.coastal-breeze {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--capital-blue:#1a3f5b;
--bluey:#395c79;
--slate-blue:#5c7d99;
--sky-bus:#97c2d8;
--coastal-breeze:#e0f7fa;
}

More palettes to explore