Color names in this palette
CSS code for this palette
/* CSS */
.beet-red {
color: #7b1e3f;
}
.tulip-red {
color: #b4506e;
}
.shimmering-blush {
color: #d68596;
}
.rhodonite {
color: #f1b1c3;
}
.bride-s-blush {
color: #f9e3e1;
}
/* CSS Variables */
:root {
--beet-red:#7b1e3f;
--tulip-red:#b4506e;
--shimmering-blush:#d68596;
--rhodonite:#f1b1c3;
--bride-s-blush:#f9e3e1;
}