CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f988c;
}
.waterfall {
color: #3db39f;
}
.cockatoo {
color: #5ac4b7;
}
.sea-foam {
color: #8ee1d2;
}
.everest {
color: #a1e3e0;
}
/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--waterfall:#3db39f;
--cockatoo:#5ac4b7;
--sea-foam:#8ee1d2;
--everest:#a1e3e0;
}