Color names in this palette
CSS code for this palette
/* CSS */
.tropical-trail {
color: #8fd6b4;
}
.minted-elegance {
color: #6ac8a4;
}
.hole-in-one {
color: #4baf8e;
}
.copper-turquoise {
color: #39897b;
}
.north-sea {
color: #2c6d6c;
}
/* CSS Variables */
:root {
--tropical-trail:#8fd6b4;
--minted-elegance:#6ac8a4;
--hole-in-one:#4baf8e;
--copper-turquoise:#39897b;
--north-sea:#2c6d6c;
}