All Palettes

Color Palette #1a8e8e, #4ec6c6, #78e8d3, #a3f0e1, #d4f7f7

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.gem-turquoise {
color: #4ec6c6;
}
.turquoise-chalk {
color: #78e8d3;
}
.oasis-stream {
color: #a3f0e1;
}
.tinted-ice {
color: #d4f7f7;
}

/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--gem-turquoise:#4ec6c6;
--turquoise-chalk:#78e8d3;
--oasis-stream:#a3f0e1;
--tinted-ice:#d4f7f7;
}

More palettes to explore