All Palettes

Color Palette #5b9f8f, #a3d7b1, #f3f9e6, #f4b79f, #e74d3c

0%
0%
0%

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;
}

More palettes to explore