Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.flamingo {
color: #e16151;
}
.middle-safflower {
color: #c94f7a;
}
.striking-purple {
color: #9a4c8a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--royal-flycatcher-crest:#f06c00;
--flamingo:#e16151;
--middle-safflower:#c94f7a;
--striking-purple:#9a4c8a;
}