Color names in this palette
CSS code for this palette
/* CSS */
.birch-beige {
color: #d9c1a1;
}
.pergament {
color: #c1a58a;
}
.hidden-treasure {
color: #a59073;
}
.downtown-benny-brown {
color: #7b6c5b;
}
.thorny-branch {
color: #4d4a42;
}
/* CSS Variables */
:root {
--birch-beige:#d9c1a1;
--pergament:#c1a58a;
--hidden-treasure:#a59073;
--downtown-benny-brown:#7b6c5b;
--thorny-branch:#4d4a42;
}