Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.vivid-sky-blue {
color: #00d0ff;
}
.tranquil-pool {
color: #80e1ff;
}
.clear-skies {
color: #e5f7ff;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--vivid-sky-blue:#00d0ff;
--tranquil-pool:#80e1ff;
--clear-skies:#e5f7ff;
}