Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.thousand-sons-blue {
color: #00dae6;
}
.everest {
color: #a2e6e2;
}
.calm-waters {
color: #e6f8f9;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--thousand-sons-blue:#00dae6;
--everest:#a2e6e2;
--calm-waters:#e6f8f9;
}