Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chat-orange {
color: #f79c40;
}
.chinese-orange {
color: #f36e49;
}
.mandarin-red {
color: #e64b3d;
}
.bing-cherry-pie {
color: #b04a68;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chat-orange:#f79c40;
--chinese-orange:#f36e49;
--mandarin-red:#e64b3d;
--bing-cherry-pie:#b04a68;
}