Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.peach-pearl {
color: #ffb4a3;
}
.salmon-eggs {
color: #f4d35d;
}
.ice-sculpture {
color: #e0e6e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--peach-pearl:#ffb4a3;
--salmon-eggs:#f4d35d;
--ice-sculpture:#e0e6e5;
}