Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.cyprus-green {
color: #6d9c89;
}
.submerged {
color: #4b817f;
}
.sea-challenge {
color: #2e5b5c;
}
.nordic {
color: #1c3b3b;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--cyprus-green:#6d9c89;
--submerged:#4b817f;
--sea-challenge:#2e5b5c;
--nordic:#1c3b3b;
}