Color names in this palette
CSS code for this palette
/* CSS */
.aqua-forest {
color: #5ea676;
}
.garish-green {
color: #4abf8c;
}
.mint-jelly {
color: #3edaa1;
}
.nightly-aurora {
color: #9feabf;
}
.treacherous-blizzard {
color: #def7e9;
}
/* CSS Variables */
:root {
--aqua-forest:#5ea676;
--garish-green:#4abf8c;
--mint-jelly:#3edaa1;
--nightly-aurora:#9feabf;
--treacherous-blizzard:#def7e9;
}