All Palettes

Color Palette #4a8c7e, #69b09f, #a0d9c8, #f1e2a7, #e74d3c

0%
0%
0%

CSS code for this palette

/* CSS */
.winter-green {
color: #4a8c7e;
}
.tropic-turquoise {
color: #69b09f;
}
.yucca-cream {
color: #a0d9c8;
}
.french-vanilla {
color: #f1e2a7;
}
.mandarin-red {
color: #e74d3c;
}

/* CSS Variables */
:root {
--winter-green:#4a8c7e;
--tropic-turquoise:#69b09f;
--yucca-cream:#a0d9c8;
--french-vanilla:#f1e2a7;
--mandarin-red:#e74d3c;
}

More palettes to explore