All Palettes

Color Palette #3e8e8e, #5cb2b2, #8fdbdb, #b2f0f0, #def7f7

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-chill {
color: #3e8e8e;
}
.artesian-well {
color: #5cb2b2;
}
.limpet-shell {
color: #8fdbdb;
}
.mint-macaron {
color: #b2f0f0;
}
.coastal-breeze {
color: #def7f7;
}

/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--artesian-well:#5cb2b2;
--limpet-shell:#8fdbdb;
--mint-macaron:#b2f0f0;
--coastal-breeze:#def7f7;
}

More palettes to explore