Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.tropical-peach {
color: #ffc3b3;
}
.friendly-yellow {
color: #f7e2b0;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--tropical-peach:#ffc3b3;
--friendly-yellow:#f7e2b0;
--marigold-dust:#f4cf3e;
}