Color names in this palette
CSS code for this palette
/* CSS */
.laurel-green {
color: #a7bd9e;
}
.lichen {
color: #8fb7a7;
}
.green-crush {
color: #5eb09c;
}
.walk-in-the-woods {
color: #3dae8a;
}
.illuminating-emerald {
color: #2c9b78;
}
/* CSS Variables */
:root {
--laurel-green:#a7bd9e;
--lichen:#8fb7a7;
--green-crush:#5eb09c;
--walk-in-the-woods:#3dae8a;
--illuminating-emerald:#2c9b78;
}