All Palettes

Color Palette #ffffff, #f4a59f, #ea7e7b, #d95145, #a12b2b

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.roseberry {
color: #f4a59f;
}
.lively-coral {
color: #ea7e7b;
}
.gladiola {
color: #d95145;
}
.harissa-red {
color: #a12b2b;
}

/* CSS Variables */
:root {
--white:#ffffff;
--roseberry:#f4a59f;
--lively-coral:#ea7e7b;
--gladiola:#d95145;
--harissa-red:#a12b2b;
}

More palettes to explore