Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5c9d7d;
}
.apple-cream {
color: #b7d9a6;
}
.marsh-mist {
color: #e3e2a1;
}
.lion-cub {
color: #f8caa5;
}
.rose-fusion {
color: #f76a55;
}
/* CSS Variables */
:root {
--memphis-green:#5c9d7d;
--apple-cream:#b7d9a6;
--marsh-mist:#e3e2a1;
--lion-cub:#f8caa5;
--rose-fusion:#f76a55;
}