All Palettes

Color Palette #1a8c99, #3cb4a2, #58d0b2, #a1e8c8, #effbfb

0%
0%
0%

CSS code for this palette

/* CSS */
.safe-harbour {
color: #1a8c99;
}
.waterfall {
color: #3cb4a2;
}
.cockatoo {
color: #58d0b2;
}
.tropical {
color: #a1e8c8;
}
.cold-white {
color: #effbfb;
}

/* CSS Variables */
:root {
--safe-harbour:#1a8c99;
--waterfall:#3cb4a2;
--cockatoo:#58d0b2;
--tropical:#a1e8c8;
--cold-white:#effbfb;
}

More palettes to explore