Color names in this palette
CSS code for this palette
/* CSS */
.sugar-tooth {
color: #d58b9d;
}
.premium-pink {
color: #e6b2c0;
}
.in-the-pink {
color: #f1c6d0;
}
.marshmallow-rose {
color: #f7e3e7;
}
.mary-s-rose {
color: #f9d2d4;
}
/* CSS Variables */
:root {
--sugar-tooth:#d58b9d;
--premium-pink:#e6b2c0;
--in-the-pink:#f1c6d0;
--marshmallow-rose:#f7e3e7;
--mary-s-rose:#f9d2d4;
}