Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b1a1;
}
.sweet-lilac {
color: #eab8d1;
}
.enhance {
color: #d09fbe;
}
.violet-femmes {
color: #a56f9d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b1a1;
--sweet-lilac:#eab8d1;
--enhance:#d09fbe;
--violet-femmes:#a56f9d;
}