Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5c9d7e;
}
.lenticular-ore {
color: #70b2a4;
}
.light-capri-green {
color: #8dd3c1;
}
.butter-cookie {
color: #f0e7b2;
}
.cumquat-cream {
color: #f29e7d;
}
/* CSS Variables */
:root {
--memphis-green:#5c9d7e;
--lenticular-ore:#70b2a4;
--light-capri-green:#8dd3c1;
--butter-cookie:#f0e7b2;
--cumquat-cream:#f29e7d;
}