Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.malibu-blue {
color: #00a4d1;
}
.blue-atoll {
color: #00b7e0;
}
.picnic-day-sky {
color: #00c8f0;
}
.ganon-blue {
color: #a1e7f7;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--malibu-blue:#00a4d1;
--blue-atoll:#00b7e0;
--picnic-day-sky:#00c8f0;
--ganon-blue:#a1e7f7;
}