Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.allspice {
color: #f5cca8;
}
.hawaiian-cream {
color: #f9e6b9;
}
.chic-peach {
color: #f0d0c7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--allspice:#f5cca8;
--hawaiian-cream:#f9e6b9;
--chic-peach:#f0d0c7;
}