Color names in this palette
CSS code for this palette
/* CSS */
.jade {
color: #00a86b;
}
.tropic-turquoise {
color: #65b3a1;
}
.tropical-trail {
color: #8dd3b3;
}
.magic-mint {
color: #a8f0d0;
}
.mint-chiffon {
color: #e5fff5;
}
/* CSS Variables */
:root {
--jade:#00a86b;
--tropic-turquoise:#65b3a1;
--tropical-trail:#8dd3b3;
--magic-mint:#a8f0d0;
--mint-chiffon:#e5fff5;
}