Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5c9d7d;
}
.green-trance {
color: #a0d89d;
}
.james-blonde {
color: #f2e2b5;
}
.mango-margarita {
color: #f4ba4e;
}
.daring {
color: #da634e;
}
/* CSS Variables */
:root {
--memphis-green:#5c9d7d;
--green-trance:#a0d89d;
--james-blonde:#f2e2b5;
--mango-margarita:#f4ba4e;
--daring:#da634e;
}