All Palettes

Color Palette #1f9bd1, #4db9e0, #8ce3e0, #b2f0f0, #def7f7

0%
0%
0%

CSS code for this palette

/* CSS */
.homeworld {
color: #1f9bd1;
}
.sail-away {
color: #4db9e0;
}
.island-paradise {
color: #8ce3e0;
}
.mint-macaron {
color: #b2f0f0;
}
.coastal-breeze {
color: #def7f7;
}

/* CSS Variables */
:root {
--homeworld:#1f9bd1;
--sail-away:#4db9e0;
--island-paradise:#8ce3e0;
--mint-macaron:#b2f0f0;
--coastal-breeze:#def7f7;
}

More palettes to explore