All Palettes

Color Palette #1c3f3f, #2f6f6f, #4db1b3, #87d4d4, #c6f6f6

0%
0%
0%

CSS code for this palette

/* CSS */
.royal-neptune {
color: #1c3f3f;
}
.lakelike {
color: #2f6f6f;
}
.crystalsong-blue {
color: #4db1b3;
}
.mountain-lake-blue {
color: #87d4d4;
}
.duck-egg-blue {
color: #c6f6f6;
}

/* CSS Variables */
:root {
--royal-neptune:#1c3f3f;
--lakelike:#2f6f6f;
--crystalsong-blue:#4db1b3;
--mountain-lake-blue:#87d4d4;
--duck-egg-blue:#c6f6f6;
}

More palettes to explore