Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.dodgeroll-gold {
color: #f39c12;
}
.chinese-orange {
color: #f26d40;
}
.iridescent-red {
color: #c84c5c;
}
.grape-juice {
color: #7d2c6b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--dodgeroll-gold:#f39c12;
--chinese-orange:#f26d40;
--iridescent-red:#c84c5c;
--grape-juice:#7d2c6b;
}