All Palettes

Color Palette #1f8b9e, #4fb9c9, #a2e2e6, #d3f3f3, #f6f8f8

0%
0%
0%

CSS code for this palette

/* CSS */
.waikiki {
color: #1f8b9e;
}
.mountain-range-blue {
color: #4fb9c9;
}
.luminescent-blue {
color: #a2e2e6;
}
.windswept {
color: #d3f3f3;
}
.lynx-white {
color: #f6f8f8;
}

/* CSS Variables */
:root {
--waikiki:#1f8b9e;
--mountain-range-blue:#4fb9c9;
--luminescent-blue:#a2e2e6;
--windswept:#d3f3f3;
--lynx-white:#f6f8f8;
}

More palettes to explore