CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d6e6f0;
}
.sky-high {
color: #a2c2e7;
}
.aero {
color: #7bb9e5;
}
.waimea-blue {
color: #4da1d5;
}
.bondi-blue {
color: #0095b3;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d6e6f0;
--sky-high:#a2c2e7;
--aero:#7bb9e5;
--waimea-blue:#4da1d5;
--bondi-blue:#0095b3;
}