All Palettes

Color Palette #1f8f9e, #3ed0c7, #5ee4d8, #aff3f0, #d7f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.safe-harbour {
color: #1f8f9e;
}
.bianchi-green {
color: #3ed0c7;
}
.near-moon {
color: #5ee4d8;
}
.mint-macaron {
color: #aff3f0;
}
.ice {
color: #d7f9f9;
}

/* CSS Variables */
:root {
--safe-harbour:#1f8f9e;
--bianchi-green:#3ed0c7;
--near-moon:#5ee4d8;
--mint-macaron:#aff3f0;
--ice:#d7f9f9;
}

More palettes to explore