Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00cbe6;
}
.terrace-pool {
color: #a3d6e0;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00cbe6;
--terrace-pool:#a3d6e0;
--distant-horizon:#f1f9f9;
}