Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-atoll {
color: #00b0e0;
}
.neon-nazar {
color: #4cd6e6;
}
.everest {
color: #a2e7e5;
}
.melting-glacier {
color: #e7f9f5;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-atoll:#00b0e0;
--neon-nazar:#4cd6e6;
--everest:#a2e7e5;
--melting-glacier:#e7f9f5;
}