Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chat-orange {
color: #f69c41;
}
.sango-red {
color: #f36a4f;
}
.ambitious-rose {
color: #e76a7f;
}
.hopbush {
color: #d06c96;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chat-orange:#f69c41;
--sango-red:#f36a4f;
--ambitious-rose:#e76a7f;
--hopbush:#d06c96;
}