CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.peahen {
color: #6f9b8c;
}
.breaker-bay {
color: #4f7d7a;
}
.abysse {
color: #3a5956;
}
.delta-green {
color: #2d4a4d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--peahen:#6f9b8c;
--breaker-bay:#4f7d7a;
--abysse:#3a5956;
--delta-green:#2d4a4d;
}