CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.water-flow {
color: #79c4d7;
}
.aztec-sky {
color: #4cb8d6;
}
.reboot {
color: #2aaccf;
}
.bondi-blue {
color: #0096b8;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--water-flow:#79c4d7;
--aztec-sky:#4cb8d6;
--reboot:#2aaccf;
--bondi-blue:#0096b8;
}