Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.wiener-schnitzel {
color: #f09c00;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.cookie-dough {
color: #a86d00;
}
.notorious-neanderthal {
color: #6b4900;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--wiener-schnitzel:#f09c00;
--fleur-de-sel-caramel:#d68b00;
--cookie-dough:#a86d00;
--notorious-neanderthal:#6b4900;
}