CSS code for this palette
/* CSS */
.everest {
color: #9edee0;
}
.thredbo {
color: #75c6d7;
}
.freshwater {
color: #4ea4b1;
}
.bermuda {
color: #1f7c8e;
}
.teal-dark-blue {
color: #0b4a5b;
}
/* CSS Variables */
:root {
--everest:#9edee0;
--thredbo:#75c6d7;
--freshwater:#4ea4b1;
--bermuda:#1f7c8e;
--teal-dark-blue:#0b4a5b;
}