Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a6c3;
}
.eau-de-rose {
color: #e1b7d0;
}
.sugar-high {
color: #f0c7e7;
}
.soft-lavender {
color: #f5e5f5;
}
.pink-cupcake {
color: #f7cfd5;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a6c3;
--eau-de-rose:#e1b7d0;
--sugar-high:#f0c7e7;
--soft-lavender:#f5e5f5;
--pink-cupcake:#f7cfd5;
}