CSS code for this palette
/* CSS */
.ladylike {
color: #ffc2c2;
}
.cherished-one {
color: #ff8f8f;
}
.grapefruit {
color: #ff5c5c;
}
.pelati {
color: #ff3838;
}
.red-stop {
color: #ff1f1f;
}
/* CSS Variables */
:root {
--ladylike:#ffc2c2;
--cherished-one:#ff8f8f;
--grapefruit:#ff5c5c;
--pelati:#ff3838;
--red-stop:#ff1f1f;
}