Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.amber-tide {
color: #ffb1a3;
}
.ephemeral-peach {
color: #fce1d4;
}
.biscuit-cream {
color: #f8c9b4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--amber-tide:#ffb1a3;
--ephemeral-peach:#fce1d4;
--biscuit-cream:#f8c9b4;
}