All Palettes

Color Palette #1f988c, #3db39f, #5ac4b7, #8ee1d2, #a1e3e0

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1f988c;
}
.waterfall {
color: #3db39f;
}
.cockatoo {
color: #5ac4b7;
}
.sea-foam {
color: #8ee1d2;
}
.everest {
color: #a1e3e0;
}

/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--waterfall:#3db39f;
--cockatoo:#5ac4b7;
--sea-foam:#8ee1d2;
--everest:#a1e3e0;
}

More palettes to explore