Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.freesia {
color: #f2c02c;
}
.gilded {
color: #f5e14d;
}
.mellowed-gold {
color: #e4a84e;
}
.tangerine-bliss {
color: #d7602d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--freesia:#f2c02c;
--gilded:#f5e14d;
--mellowed-gold:#e4a84e;
--tangerine-bliss:#d7602d;
}