Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-orange {
color: #ff8a5c;
}
.isn-t-it-just-peachy {
color: #ffb47a;
}
.south-shore-sun {
color: #ffdb9e;
}
.peach-puff {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-orange:#ff8a5c;
--isn-t-it-just-peachy:#ffb47a;
--south-shore-sun:#ffdb9e;
--peach-puff:#ffd9b8;
}