Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-fire {
color: #00a8e0;
}
.neon-nazar {
color: #4ccfe1;
}
.ice-crystal-blue {
color: #a4e0e0;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-fire:#00a8e0;
--neon-nazar:#4ccfe1;
--ice-crystal-blue:#a4e0e0;
--white-smoke:#f5f5f5;
}