CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.island-moment {
color: #3bb0ae;
}
.sea-life {
color: #5ac4c4;
}
.everest {
color: #a2e2e0;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--island-moment:#3bb0ae;
--sea-life:#5ac4c4;
--everest:#a2e2e0;
--milky-way:#e4f6f6;
}