Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.devil-s-grass {
color: #4cae4f;
}
.temperamental-green {
color: #2c8929;
}
.patch-of-land {
color: #1d5e1c;
}
.hunter-green {
color: #0a3d0a;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--devil-s-grass:#4cae4f;
--temperamental-green:#2c8929;
--patch-of-land:#1d5e1c;
--hunter-green:#0a3d0a;
}