Color names in this palette
CSS code for this palette
/* CSS */
.pale-honey {
color: #f7d7ab;
}
.apricot-preserves {
color: #efb18f;
}
.big-foot-feet {
color: #e68e5b;
}
.fireglow {
color: #d95e3f;
}
.persimmon-red {
color: #a84f4d;
}
/* CSS Variables */
:root {
--pale-honey:#f7d7ab;
--apricot-preserves:#efb18f;
--big-foot-feet:#e68e5b;
--fireglow:#d95e3f;
--persimmon-red:#a84f4d;
}