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