Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lemon-dream {
color: #f0a400;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.tomato-bisque {
color: #d75f19;
}
.harissa-red {
color: #a22a2a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lemon-dream:#f0a400;
--royal-flycatcher-crest:#f06c00;
--tomato-bisque:#d75f19;
--harissa-red:#a22a2a;
}