Color names in this palette
CSS code for this palette
/* CSS */
.misty-lake {
color: #c3d5c7;
}
.eat-your-peas {
color: #7e9a79;
}
.melbourne {
color: #4e7b4c;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--misty-lake:#c3d5c7;
--eat-your-peas:#7e9a79;
--melbourne:#4e7b4c;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}