All Palettes

Color Palette #007bbd, #0096db, #00b0e0, #00cbe6, #00e5e6

0%
0%
0%

CSS code for this palette

/* CSS */
.deep-cerulean {
color: #007bbd;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00cbe6;
}
.bright-turquoise {
color: #00e5e6;
}

/* CSS Variables */
:root {
--deep-cerulean:#007bbd;
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00cbe6;
--bright-turquoise:#00e5e6;
}

More palettes to explore