Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e1b2;
}
.biltmore-buff {
color: #e3cca1;
}
.kraft-paper {
color: #d3b69c;
}
.trailblazer {
color: #bfaf8d;
}
.tannin {
color: #a78c6c;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e1b2;
--biltmore-buff:#e3cca1;
--kraft-paper:#d3b69c;
--trailblazer:#bfaf8d;
--tannin:#a78c6c;
}