All Palettes

Color Palette #d78e7f, #e1b07f, #f4d04e, #a2d57b, #6b9a6a

0%
0%
0%

CSS code for this palette

/* CSS */
.my-pink {
color: #d78e7f;
}
.manhattan {
color: #e1b07f;
}
.maize {
color: #f4d04e;
}
.crystal-green {
color: #a2d57b;
}
.leafy {
color: #6b9a6a;
}

/* CSS Variables */
:root {
--my-pink:#d78e7f;
--manhattan:#e1b07f;
--maize:#f4d04e;
--crystal-green:#a2d57b;
--leafy:#6b9a6a;
}

More palettes to explore