Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.honey-glow {
color: #eab543;
}
.coral-blush {
color: #e8a08d;
}
.mandarin-red {
color: #e54f3e;
}
.mars-red {
color: #c62a3c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--honey-glow:#eab543;
--coral-blush:#e8a08d;
--mandarin-red:#e54f3e;
--mars-red:#c62a3c;
}