Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b6;
}
.sweetheart {
color: #f1c1d6;
}
.be-mine {
color: #f3e2e7;
}
.warming-peach {
color: #e6b8a2;
}
.tahitian-sand {
color: #f8dbb4;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b6;
--sweetheart:#f1c1d6;
--be-mine:#f3e2e7;
--warming-peach:#e6b8a2;
--tahitian-sand:#f8dbb4;
}