Color names in this palette
CSS code for this palette
/* CSS */
.dull-teal {
color: #5b9f8f;
}
.frugal {
color: #a3d7b1;
}
.bean-sprout {
color: #f3f9e6;
}
.mandys-pink {
color: #f4b79f;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--dull-teal:#5b9f8f;
--frugal:#a3d7b1;
--bean-sprout:#f3f9e6;
--mandys-pink:#f4b79f;
--mandarin-red:#e74d3c;
}