CSS code for this palette
/* CSS */
.lake-thun {
color: #3bc5de;
}
.green-buoy {
color: #30a6b5;
}
.waikiki {
color: #29899e;
}
.blue-kelp {
color: #237586;
}
.blue-coral {
color: #1c5c6d;
}
/* CSS Variables */
:root {
--lake-thun:#3bc5de;
--green-buoy:#30a6b5;
--waikiki:#29899e;
--blue-kelp:#237586;
--blue-coral:#1c5c6d;
}