Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chat-orange {
color: #f79c40;
}
.blaze {
color: #f68a4c;
}
.sweet-potato {
color: #d67a3d;
}
.fiery-orange {
color: #b15d2f;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chat-orange:#f79c40;
--blaze:#f68a4c;
--sweet-potato:#d67a3d;
--fiery-orange:#b15d2f;
}