Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.squash-blossom {
color: #f6b83c;
}
.sun-orange {
color: #f47b1f;
}
.honey-teriyaki {
color: #e76413;
}
.obstinate-orange {
color: #d75c28;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--squash-blossom:#f6b83c;
--sun-orange:#f47b1f;
--honey-teriyaki:#e76413;
--obstinate-orange:#d75c28;
}