Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5e9c78;
}
.frugal {
color: #a8d7b3;
}
.misty-lawn {
color: #e1f9e3;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.rosy-outlook {
color: #f7aaa1;
}
/* CSS Variables */
:root {
--memphis-green:#5e9c78;
--frugal:#a8d7b3;
--misty-lawn:#e1f9e3;
--smooth-as-corn-silk:#f6e5b1;
--rosy-outlook:#f7aaa1;
}