Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e0;
}
.neon-nazar {
color: #4ed7e9;
}
.everest {
color: #a1e8e0;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e0;
--neon-nazar:#4ed7e9;
--everest:#a1e8e0;
--white-smoke:#f5f5f5;
}