Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #5a2a4b;
}
.sugar-plum {
color: #8c4f77;
}
.lover-s-tryst {
color: #b6909e;
}
.sweetheart {
color: #f3c3d7;
}
.cherry-pearl {
color: #f8e8f3;
}
/* CSS Variables */
:root {
--winter-bloom:#5a2a4b;
--sugar-plum:#8c4f77;
--lover-s-tryst:#b6909e;
--sweetheart:#f3c3d7;
--cherry-pearl:#f8e8f3;
}