All Palettes

Color Palette #1b8e9d, #4da3a8, #7fb8b4, #b2e0c7, #e0f5e6

0%
0%
0%

CSS code for this palette

/* CSS */
.safe-harbour {
color: #1b8e9d;
}
.blue-racer {
color: #4da3a8;
}
.kingfisher-turquoise {
color: #7fb8b4;
}
.shallow-shore {
color: #b2e0c7;
}
.frozen-civilization {
color: #e0f5e6;
}

/* CSS Variables */
:root {
--safe-harbour:#1b8e9d;
--blue-racer:#4da3a8;
--kingfisher-turquoise:#7fb8b4;
--shallow-shore:#b2e0c7;
--frozen-civilization:#e0f5e6;
}

More palettes to explore