Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5c9d7d;
}
.french-market {
color: #9fc6a3;
}
.iced-celery {
color: #e1e8b5;
}
.sunny-mood {
color: #f7c94b;
}
.dusk-orange {
color: #f74b3b;
}
/* CSS Variables */
:root {
--memphis-green:#5c9d7d;
--french-market:#9fc6a3;
--iced-celery:#e1e8b5;
--sunny-mood:#f7c94b;
--dusk-orange:#f74b3b;
}