Color names in this palette
CSS code for this palette
/* CSS */
.beaujolais {
color: #7e304e;
}
.raspberry-patch {
color: #a84d68;
}
.dusky-pink {
color: #d07c8b;
}
.first-date {
color: #f1b4a2;
}
.soft-pillow {
color: #fef4e7;
}
/* CSS Variables */
:root {
--beaujolais:#7e304e;
--raspberry-patch:#a84d68;
--dusky-pink:#d07c8b;
--first-date:#f1b4a2;
--soft-pillow:#fef4e7;
}