Color names in this palette
CSS code for this palette
/* CSS */
.tropical-trail {
color: #8fd6b4;
}
.minted-elegance {
color: #6ed4a2;
}
.garish-green {
color: #4abf8c;
}
.ming-green {
color: #40b07d;
}
.jade-powder {
color: #2dae6b;
}
/* CSS Variables */
:root {
--tropical-trail:#8fd6b4;
--minted-elegance:#6ed4a2;
--garish-green:#4abf8c;
--ming-green:#40b07d;
--jade-powder:#2dae6b;
}