Color names in this palette
CSS code for this palette
/* CSS */
.manhattan {
color: #e2b27e;
}
.citrus-sachet {
color: #f1c6a7;
}
.orange-ice {
color: #ffddc2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.crab-curry {
color: #d64929;
}
/* CSS Variables */
:root {
--manhattan:#e2b27e;
--citrus-sachet:#f1c6a7;
--orange-ice:#ffddc2;
--grapefruit-pulp:#ff6e61;
--crab-curry:#d64929;
}