Color names in this palette
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;
}