Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.squash-blossom {
color: #f6b83c;
}
.royal-flycatcher-crest {
color: #f06800;
}
.obstinate-orange {
color: #d55a2a;
}
.dorset-naga {
color: #9d2a2c;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--squash-blossom:#f6b83c;
--royal-flycatcher-crest:#f06800;
--obstinate-orange:#d55a2a;
--dorset-naga:#9d2a2c;
}