Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.squash-blossom {
color: #f6b83c;
}
.egyptian-gold {
color: #f2a94a;
}
.doughnut {
color: #f19e55;
}
.golden-koi {
color: #e9a449;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--squash-blossom:#f6b83c;
--egyptian-gold:#f2a94a;
--doughnut:#f19e55;
--golden-koi:#e9a449;
}