Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.picnic-day-sky {
color: #00c7e6;
}
.blizzard-blue {
color: #a0e3f3;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--picnic-day-sky:#00c7e6;
--blizzard-blue:#a0e3f3;
--coastal-breeze:#e0f7fa;
}