CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.aquatic-cool {
color: #40a9b5;
}
.squeaky {
color: #6dc9d9;
}
.everest {
color: #9ee2e5;
}
.heaven-gates {
color: #c8f4f9;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--aquatic-cool:#40a9b5;
--squeaky:#6dc9d9;
--everest:#9ee2e5;
--heaven-gates:#c8f4f9;
}