All Palettes

Color Palette #1e7b7b, #4fb5b5, #88e2e2, #c3f9f9, #fcfcfc

0%
0%
0%

CSS code for this palette

/* CSS */
.geneva-green {
color: #1e7b7b;
}
.crystalsong-blue {
color: #4fb5b5;
}
.island-paradise {
color: #88e2e2;
}
.duck-egg-blue {
color: #c3f9f9;
}
.emptiness {
color: #fcfcfc;
}

/* CSS Variables */
:root {
--geneva-green:#1e7b7b;
--crystalsong-blue:#4fb5b5;
--island-paradise:#88e2e2;
--duck-egg-blue:#c3f9f9;
--emptiness:#fcfcfc;
}

More palettes to explore