Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.blue-dacnis {
color: #3fd5e9;
}
.everest {
color: #a3e6e4;
}
.calm-waters {
color: #e6f9f9;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--blue-dacnis:#3fd5e9;
--everest:#a3e6e4;
--calm-waters:#e6f9f9;
}