Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.aztec-turquoise {
color: #00cfe6;
}
.cold-light-of-day {
color: #00e4f0;
}
.aqua {
color: #00ffff;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--aztec-turquoise:#00cfe6;
--cold-light-of-day:#00e4f0;
--aqua:#00ffff;
}