Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.aurora-green {
color: #6fdc8b;
}
.devil-s-grass {
color: #4cae4f;
}
.lush-paradise {
color: #2f7f33;
}
.moor-monster {
color: #1c5e21;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--aurora-green:#6fdc8b;
--devil-s-grass:#4cae4f;
--lush-paradise:#2f7f33;
--moor-monster:#1c5e21;
}