Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.everest {
color: #a1e8df;
}
.coastal-breeze {
color: #e0f7fa;
}
.azure-sky {
color: #b1e8f6;
}
.neon-nazar {
color: #51d2e6;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--everest:#a1e8df;
--coastal-breeze:#e0f7fa;
--azure-sky:#b1e8f6;
--neon-nazar:#51d2e6;
}