Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #e47799;
}
.rhodonite {
color: #f1b1c5;
}
.april-blush {
color: #f7cfd8;
}
.white-red {
color: #f3e7ea;
}
.flush-pink {
color: #f9cac3;
}
/* CSS Variables */
:root {
--embarrassed:#e47799;
--rhodonite:#f1b1c5;
--april-blush:#f7cfd8;
--white-red:#f3e7ea;
--flush-pink:#f9cac3;
}