Color names in this palette
CSS code for this palette
/* CSS */
.winter-green {
color: #4a8c7e;
}
.tropic-turquoise {
color: #69b09f;
}
.yucca-cream {
color: #a0d9c8;
}
.french-vanilla {
color: #f1e2a7;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--winter-green:#4a8c7e;
--tropic-turquoise:#69b09f;
--yucca-cream:#a0d9c8;
--french-vanilla:#f1e2a7;
--mandarin-red:#e74d3c;
}