All Palettes

Color Palette #1a9bdb, #2ec5d6, #40d4d4, #69e2c8, #a0e4c0

0%
0%
0%

CSS code for this palette

/* CSS */
.homeworld {
color: #1a9bdb;
}
.holiday-blue {
color: #2ec5d6;
}
.medium-turquoise {
color: #40d4d4;
}
.ocean-in-a-bowl {
color: #69e2c8;
}
.bright-sea-green {
color: #a0e4c0;
}

/* CSS Variables */
:root {
--homeworld:#1a9bdb;
--holiday-blue:#2ec5d6;
--medium-turquoise:#40d4d4;
--ocean-in-a-bowl:#69e2c8;
--bright-sea-green:#a0e4c0;
}

More palettes to explore