Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.mystic-tulip {
color: #f7b5a1;
}
.sherbet-fruit {
color: #f9c7b9;
}
.pink-swirl {
color: #fceae8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--mystic-tulip:#f7b5a1;
--sherbet-fruit:#f9c7b9;
--pink-swirl:#fceae8;
}