Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.lady-pink {
color: #f2d2cf;
}
.rhubarb-gin {
color: #d9a6c2;
}
.blushing-tulip {
color: #e3a1b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--lady-pink:#f2d2cf;
--rhubarb-gin:#d9a6c2;
--blushing-tulip:#e3a1b5;
}