Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-atoll {
color: #00b4e6;
}
.neon-nazar {
color: #5bd8e1;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.coastal-breeze {
color: #e1f8f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-atoll:#00b4e6;
--neon-nazar:#5bd8e1;
--ice-crystal-blue:#a5e3e0;
--coastal-breeze:#e1f8f9;
}