Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e562;
}
.syndicalist {
color: #f5c400;
}
.yellow-of-izamal {
color: #ebb000;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.indocile-tiger {
color: #b86e00;
}
/* CSS Variables */
:root {
--goldfinch:#f9e562;
--syndicalist:#f5c400;
--yellow-of-izamal:#ebb000;
--fleur-de-sel-caramel:#d68b00;
--indocile-tiger:#b86e00;
}