Color names in this palette
CSS code for this palette
/* CSS */
.cherry-flower {
color: #f8d8e9;
}
.rhodonite {
color: #f1b1c7;
}
.always-rosey {
color: #e99bb2;
}
.sugar-tooth {
color: #d68fa0;
}
.watermelon-pink {
color: #c27a8f;
}
/* CSS Variables */
:root {
--cherry-flower:#f8d8e9;
--rhodonite:#f1b1c7;
--always-rosey:#e99bb2;
--sugar-tooth:#d68fa0;
--watermelon-pink:#c27a8f;
}