Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.caribbean-blue {
color: #1ac8db;
}
.neon-nazar {
color: #4fd6e8;
}
.turkish-turquoise {
color: #77e0e4;
}
.icy-breeze {
color: #c0eff7;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--caribbean-blue:#1ac8db;
--neon-nazar:#4fd6e8;
--turkish-turquoise:#77e0e4;
--icy-breeze:#c0eff7;
}