Color names in this palette
CSS code for this palette
/* CSS */
.fruit-salad {
color: #4c9e4e;
}
.pistachio-green {
color: #aad69f;
}
.frosted-mint {
color: #e4f1e4;
}
.camel-hair-coat {
color: #f3b986;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--fruit-salad:#4c9e4e;
--pistachio-green:#aad69f;
--frosted-mint:#e4f1e4;
--camel-hair-coat:#f3b986;
--mandarin-red:#e74d3c;
}