Color names in this palette
CSS code for this palette
/* CSS */
.security {
color: #d4e3c4;
}
.eerie-glow {
color: #a7d7b8;
}
.minted-elegance {
color: #6cc6a8;
}
.algen-gerne {
color: #499c89;
}
.antique-green {
color: #2e6b62;
}
/* CSS Variables */
:root {
--security:#d4e3c4;
--eerie-glow:#a7d7b8;
--minted-elegance:#6cc6a8;
--algen-gerne:#499c89;
--antique-green:#2e6b62;
}