CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.lucea {
color: #7fb3e1;
}
.high-blue {
color: #4da8e0;
}
.scooter {
color: #2b8da1;
}
.bondi {
color: #1c6d8d;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--lucea:#7fb3e1;
--high-blue:#4da8e0;
--scooter:#2b8da1;
--bondi:#1c6d8d;
}