Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.rhubarb-gin {
color: #d9a6be;
}
.parfait-pink {
color: #e2b1c5;
}
.idyllic-pink {
color: #c59bb4;
}
.upper-crust {
color: #a5738b;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--rhubarb-gin:#d9a6be;
--parfait-pink:#e2b1c5;
--idyllic-pink:#c59bb4;
--upper-crust:#a5738b;
}