Color names in this palette
CSS code for this palette
/* CSS */
.coral-green {
color: #a8e1d2;
}
.mint-jelly {
color: #4bd8b0;
}
.mountain-meadow {
color: #2bbf8e;
}
.green-cyan {
color: #009963;
}
.bangladesh-green {
color: #006b4f;
}
/* CSS Variables */
:root {
--coral-green:#a8e1d2;
--mint-jelly:#4bd8b0;
--mountain-meadow:#2bbf8e;
--green-cyan:#009963;
--bangladesh-green:#006b4f;
}