Color names in this palette
CSS code for this palette
/* CSS */
.wildness-mint {
color: #5f9b68;
}
.french-market {
color: #a5c8a2;
}
.beige-green {
color: #e0d7ae;
}
.dull-apricot {
color: #d09a9a;
}
.antique-red {
color: #7d4f4f;
}
/* CSS Variables */
:root {
--wildness-mint:#5f9b68;
--french-market:#a5c8a2;
--beige-green:#e0d7ae;
--dull-apricot:#d09a9a;
--antique-red:#7d4f4f;
}