Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.scuba-blue {
color: #00a1c2;
}
.iris-blue {
color: #00b2d1;
}
.maldives {
color: #00c2e0;
}
.picnic-day-sky {
color: #00cfeb;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--scuba-blue:#00a1c2;
--iris-blue:#00b2d1;
--maldives:#00c2e0;
--picnic-day-sky:#00cfeb;
}