Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.sweetheart {
color: #f1c1d6;
}
.pink-amour {
color: #f3e2e9;
}
.eau-de-rose {
color: #e2b6d3;
}
.sugar-tooth {
color: #d18f9f;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--sweetheart:#f1c1d6;
--pink-amour:#f3e2e9;
--eau-de-rose:#e2b6d3;
--sugar-tooth:#d18f9f;
}