Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.neon-nazar {
color: #4cd9e6;
}
.ice-crystal-blue {
color: #a7e7df;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--neon-nazar:#4cd9e6;
--ice-crystal-blue:#a7e7df;
--zh-n-zh-b-i-pearl:#f5f9fa;
}