Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.snow-pea {
color: #6ccb79;
}
.iridescent-green {
color: #4abf69;
}
.chateau-green {
color: #3d9e54;
}
.gorgeous-green {
color: #2a793a;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--snow-pea:#6ccb79;
--iridescent-green:#4abf69;
--chateau-green:#3d9e54;
--gorgeous-green:#2a793a;
}