Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.dodgeroll-gold {
color: #f39c12;
}
.orange-ochre {
color: #d97c30;
}
.cold-brew-tonic {
color: #c65c3f;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--apricot-glazed-chicken:#f5a524;
--dodgeroll-gold:#f39c12;
--orange-ochre:#d97c30;
--cold-brew-tonic:#c65c3f;
}