Color names in this palette
CSS code for this palette
/* CSS */
.english-green {
color: #1c4f40;
}
.herb-blend {
color: #4b8b6c;
}
.mini-green {
color: #97c4a7;
}
.venetian-pearl {
color: #d3e9d4;
}
.laundry-white {
color: #f5f8f1;
}
/* CSS Variables */
:root {
--english-green:#1c4f40;
--herb-blend:#4b8b6c;
--mini-green:#97c4a7;
--venetian-pearl:#d3e9d4;
--laundry-white:#f5f8f1;
}