Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.clover-mist {
color: #6fbe8d;
}
.greenway {
color: #3b9b7d;
}
.forest-rain {
color: #1f705c;
}
.swamp-mausoleum {
color: #0b4b4a;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--clover-mist:#6fbe8d;
--greenway:#3b9b7d;
--forest-rain:#1f705c;
--swamp-mausoleum:#0b4b4a;
}