All Palettes

Color Palette #c34b6f, #f1b74b, #8b5e3c, #4ba08d, #2e3f52

0%
0%
0%

CSS code for this palette

/* CSS */
.vibrant-red {
color: #c34b6f;
}
.maximum-yellow-red {
color: #f1b74b;
}
.fertile-soil {
color: #8b5e3c;
}
.corrosion-green {
color: #4ba08d;
}
.waterhen-back {
color: #2e3f52;
}

/* CSS Variables */
:root {
--vibrant-red:#c34b6f;
--maximum-yellow-red:#f1b74b;
--fertile-soil:#8b5e3c;
--corrosion-green:#4ba08d;
--waterhen-back:#2e3f52;
}

More palettes to explore