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