Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bittersweet {
color: #ff9d52;
}
.nacho {
color: #ffcb5c;
}
.natural-youth {
color: #d9e5b3;
}
.french-market {
color: #a3caa0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bittersweet:#ff9d52;
--nacho:#ffcb5c;
--natural-youth:#d9e5b3;
--french-market:#a3caa0;
}