All Palettes

Color Palette #1a8e8e, #2ab2b2, #4cd6d6, #a3e0e0, #f1f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.caicos-turquoise {
color: #2ab2b2;
}
.medium-turquoise {
color: #4cd6d6;
}
.spinnaker {
color: #a3e0e0;
}
.distant-horizon {
color: #f1f9f9;
}

/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--caicos-turquoise:#2ab2b2;
--medium-turquoise:#4cd6d6;
--spinnaker:#a3e0e0;
--distant-horizon:#f1f9f9;
}

More palettes to explore