Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d2;
}
.sweetheart {
color: #f4c3d6;
}
.mixed-fruit {
color: #f9bab4;
}
.flash-in-the-pan {
color: #ff9a75;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d2;
--sweetheart:#f4c3d6;
--mixed-fruit:#f9bab4;
--flash-in-the-pan:#ff9a75;
--grapefruit-pulp:#ff6e61;
}