Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4d9d5c;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.mandarin-red {
color: #e74d3c;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--longing-for-nature:#4d9d5c;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--mandarin-red:#e74d3c;
--moonshadow:#8d43ad;
}