Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d8a2;
}
.greek-garden {
color: #8fcc8f;
}
.forest-fern {
color: #62b76d;
}
.leapfrog {
color: #39a755;
}
.green-ribbon {
color: #2d8b3d;
}
/* CSS Variables */
:root {
--green-trance:#a2d8a2;
--greek-garden:#8fcc8f;
--forest-fern:#62b76d;
--leapfrog:#39a755;
--green-ribbon:#2d8b3d;
}