Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.fennel {
color: #8ccf9a;
}
.young-fern {
color: #6ebf7b;
}
.samphire-green {
color: #4cae5b;
}
.paradise-of-greenery {
color: #3b8c4b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--fennel:#8ccf9a;
--young-fern:#6ebf7b;
--samphire-green:#4cae5b;
--paradise-of-greenery:#3b8c4b;
}