Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.syndicalist {
color: #f5c400;
}
.goldfinch {
color: #f7e664;
}
.flambrosia {
color: #e6a800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--syndicalist:#f5c400;
--goldfinch:#f7e664;
--flambrosia:#e6a800;
--fleur-de-sel-caramel:#d68b00;
}