Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c451;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.consumed-by-fire {
color: #f47f1f;
}
.crab-curry {
color: #d64e29;
}
.fresh-auburn {
color: #a42e23;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c451;
--apricot-glazed-chicken:#f5a524;
--consumed-by-fire:#f47f1f;
--crab-curry:#d64e29;
--fresh-auburn:#a42e23;
}