All Palettes

Color Palette #1c3f3f, #4b8181, #7ab8b8, #a4e0e0, #f2f8f8

0%
0%
0%

CSS code for this palette

/* CSS */
.royal-neptune {
color: #1c3f3f;
}
.submerged {
color: #4b8181;
}
.kingfisher-turquoise {
color: #7ab8b8;
}
.ice-crystal-blue {
color: #a4e0e0;
}
.distant-horizon {
color: #f2f8f8;
}

/* CSS Variables */
:root {
--royal-neptune:#1c3f3f;
--submerged:#4b8181;
--kingfisher-turquoise:#7ab8b8;
--ice-crystal-blue:#a4e0e0;
--distant-horizon:#f2f8f8;
}

More palettes to explore