Color names in this palette
CSS code for this palette
/* CSS */
.bonbon-red {
color: #8c3b6c;
}
.beauty-queen {
color: #b95b87;
}
.rosewood-apricot {
color: #d09aa2;
}
.sweetheart {
color: #f4c3d7;
}
.first-crush {
color: #f7e3ea;
}
/* CSS Variables */
:root {
--bonbon-red:#8c3b6c;
--beauty-queen:#b95b87;
--rosewood-apricot:#d09aa2;
--sweetheart:#f4c3d7;
--first-crush:#f7e3ea;
}