Color names in this palette
CSS code for this palette
/* CSS */
.medium-sea-green {
color: #3cb472;
}
.heart-chakra {
color: #5eba7e;
}
.tropical-trail {
color: #8dd3b3;
}
.jade-spell {
color: #c1e6d4;
}
.toxic-latte {
color: #e2f8e5;
}
/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--heart-chakra:#5eba7e;
--tropical-trail:#8dd3b3;
--jade-spell:#c1e6d4;
--toxic-latte:#e2f8e5;
}