All Palettes

Color Palette #0083a3, #00b2b3, #3fd5d2, #a3e0e0, #f1f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.ahoy-blue {
color: #0083a3;
}
.cyan-sky {
color: #00b2b3;
}
.fresh-turquoise {
color: #3fd5d2;
}
.spinnaker {
color: #a3e0e0;
}
.distant-horizon {
color: #f1f9f9;
}

/* CSS Variables */
:root {
--ahoy-blue:#0083a3;
--cyan-sky:#00b2b3;
--fresh-turquoise:#3fd5d2;
--spinnaker:#a3e0e0;
--distant-horizon:#f1f9f9;
}

More palettes to explore