Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.concord-jam {
color: #6c5b80;
}
.tropical-trail {
color: #88d8b1;
}
.hot-sun {
color: #f7b32b;
}
.ponceau {
color: #f85d72;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--concord-jam:#6c5b80;
--tropical-trail:#88d8b1;
--hot-sun:#f7b32b;
--ponceau:#f85d72;
}