All Palettes

Color Palette #3bb3b5, #4fc9c9, #7ee2e2, #a3f0f0, #d2f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.green-grapple {
color: #3bb3b5;
}
.may-day {
color: #4fc9c9;
}
.deep-aquamarine {
color: #7ee2e2;
}
.pale-king-s-blue {
color: #a3f0f0;
}
.tinted-ice {
color: #d2f9f9;
}

/* CSS Variables */
:root {
--green-grapple:#3bb3b5;
--may-day:#4fc9c9;
--deep-aquamarine:#7ee2e2;
--pale-king-s-blue:#a3f0f0;
--tinted-ice:#d2f9f9;
}

More palettes to explore