Color names in this palette
CSS code for this palette
/* CSS */
.deep-into-the-wood {
color: #2d582c;
}
.tarmac-green {
color: #4b814d;
}
.bermudagrass {
color: #6ebf6f;
}
.grape-green {
color: #a6e3a1;
}
.bubble {
color: #eaf7e8;
}
/* CSS Variables */
:root {
--deep-into-the-wood:#2d582c;
--tarmac-green:#4b814d;
--bermudagrass:#6ebf6f;
--grape-green:#a6e3a1;
--bubble:#eaf7e8;
}