Color names in this palette
CSS code for this palette
/* CSS */
.english-green {
color: #1c4f40;
}
.liquid-green-stuff {
color: #3c7c5b;
}
.young-fern {
color: #6ebf7b;
}
.grape-green {
color: #ade59f;
}
.cocoa-butter {
color: #f7f2c0;
}
/* CSS Variables */
:root {
--english-green:#1c4f40;
--liquid-green-stuff:#3c7c5b;
--young-fern:#6ebf7b;
--grape-green:#ade59f;
--cocoa-butter:#f7f2c0;
}