All Palettes

Color Palette #1f4c61, #4f8d9c, #80b3b3, #b7e1d4, #f5f9fa

0%
0%
0%

CSS code for this palette

/* CSS */
.dark-slate-blue {
color: #1f4c61;
}
.blue-square {
color: #4f8d9c;
}
.cold-front-green {
color: #80b3b3;
}
.filtered-forest {
color: #b7e1d4;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}

/* CSS Variables */
:root {
--dark-slate-blue:#1f4c61;
--blue-square:#4f8d9c;
--cold-front-green:#80b3b3;
--filtered-forest:#b7e1d4;
--zh-n-zh-b-i-pearl:#f5f9fa;
}

More palettes to explore