Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6c5c;
}
.alexandria {
color: #ff8d70;
}
.isn-t-it-just-peachy {
color: #ffb47a;
}
.cornmeal {
color: #ffd68f;
}
.buttered-popcorn {
color: #fff1a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6c5c;
--alexandria:#ff8d70;
--isn-t-it-just-peachy:#ffb47a;
--cornmeal:#ffd68f;
--buttered-popcorn:#fff1a3;
}