Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-orange {
color: #ff8d5c;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.cornmeal {
color: #ffd88f;
}
.cookie {
color: #ffe1b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-orange:#ff8d5c;
--macaroni-and-cheese:#ffb67a;
--cornmeal:#ffd88f;
--cookie:#ffe1b8;
}