Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chat-orange {
color: #f79c40;
}
.summer-citrus {
color: #f7802b;
}
.opulent-orange {
color: #f0693d;
}
.tiger-lily {
color: #e0513e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chat-orange:#f79c40;
--summer-citrus:#f7802b;
--opulent-orange:#f0693d;
--tiger-lily:#e0513e;
}