Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.coral-beach {
color: #ffbaa8;
}
.simply-delicious {
color: #ffd1c2;
}
.sweet-frosting {
color: #fff8e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--coral-beach:#ffbaa8;
--simply-delicious:#ffd1c2;
--sweet-frosting:#fff8e5;
}