Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.november-gold {
color: #f3b462;
}
.apricot-cream {
color: #f1be88;
}
.venetian-yellow {
color: #f7e1a1;
}
.autumn-wind {
color: #f9d2b4;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--november-gold:#f3b462;
--apricot-cream:#f1be88;
--venetian-yellow:#f7e1a1;
--autumn-wind:#f9d2b4;
}