Color names in this palette
CSS code for this palette
/* CSS */
.tropical-trail {
color: #8fd6b4;
}
.reef-green {
color: #a3e1c4;
}
.mystery-mint {
color: #baeed5;
}
.mist-of-green {
color: #e1f4ea;
}
.mint-cream {
color: #f5fff9;
}
/* CSS Variables */
:root {
--tropical-trail:#8fd6b4;
--reef-green:#a3e1c4;
--mystery-mint:#baeed5;
--mist-of-green:#e1f4ea;
--mint-cream:#f5fff9;
}