All Palettes

Color Palette #3a6d6e, #5cb2b1, #8cd6d9, #a5e3e0, #e8f7f7

0%
0%
0%

CSS code for this palette

/* CSS */
.aquarium {
color: #3a6d6e;
}
.artesian-well {
color: #5cb2b1;
}
.vibrant-soft-blue {
color: #8cd6d9;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.melting-glacier {
color: #e8f7f7;
}

/* CSS Variables */
:root {
--aquarium:#3a6d6e;
--artesian-well:#5cb2b1;
--vibrant-soft-blue:#8cd6d9;
--ice-crystal-blue:#a5e3e0;
--melting-glacier:#e8f7f7;
}

More palettes to explore