Color names in this palette
CSS code for this palette
/* CSS */
.english-green {
color: #1c4f40;
}
.herb-blend {
color: #4b8b6a;
}
.merrylyn {
color: #a4d0b1;
}
.after-dinner-mint {
color: #e5f5e5;
}
.cold-white {
color: #f0fffa;
}
/* CSS Variables */
:root {
--english-green:#1c4f40;
--herb-blend:#4b8b6a;
--merrylyn:#a4d0b1;
--after-dinner-mint:#e5f5e5;
--cold-white:#f0fffa;
}