Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-pink {
color: #f7b6bb;
}
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.dough-yellow {
color: #f7d0b6;
}
.heart-to-heart {
color: #d5a5c4;
}
/* CSS Variables */
:root {
--ballerina-pink:#f7b6bb;
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--dough-yellow:#f7d0b6;
--heart-to-heart:#d5a5c4;
}