Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.foul-green {
color: #80c6a1;
}
.spearmint-burst {
color: #5abf86;
}
.funk {
color: #3ea87c;
}
.lake-green {
color: #2a8d5c;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--foul-green:#80c6a1;
--spearmint-burst:#5abf86;
--funk:#3ea87c;
--lake-green:#2a8d5c;
}