Color names in this palette
CSS code for this palette
/* CSS */
.tropical-trail {
color: #8fd6b4;
}
.minted-elegance {
color: #6cc6a8;
}
.hole-in-one {
color: #4cae97;
}
.illuminating-emerald {
color: #2a8d7b;
}
.mosaic-tile {
color: #1a6b63;
}
/* CSS Variables */
:root {
--tropical-trail:#8fd6b4;
--minted-elegance:#6cc6a8;
--hole-in-one:#4cae97;
--illuminating-emerald:#2a8d7b;
--mosaic-tile:#1a6b63;
}