Color names in this palette
CSS code for this palette
/* CSS */
.brick-brown {
color: #7a5d3e;
}
.drum-solo {
color: #a66d4e;
}
.western-sunrise {
color: #d8a06f;
}
.biltmore-buff {
color: #e3c7a1;
}
.belyi-white {
color: #f0f4e1;
}
/* CSS Variables */
:root {
--brick-brown:#7a5d3e;
--drum-solo:#a66d4e;
--western-sunrise:#d8a06f;
--biltmore-buff:#e3c7a1;
--belyi-white:#f0f4e1;
}