Color names in this palette
CSS code for this palette
/* CSS */
.royal-flycatcher-crest {
color: #f56200;
}
.fire-flower {
color: #f58d38;
}
.golden-cream {
color: #f6b56a;
}
.pekin-chicken {
color: #f4d2a9;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--royal-flycatcher-crest:#f56200;
--fire-flower:#f58d38;
--golden-cream:#f6b56a;
--pekin-chicken:#f4d2a9;
--china-doll:#f2e4d4;
}