Color names in this palette
CSS code for this palette
/* CSS */
.birdhouse-brown {
color: #6a4a39;
}
.rope {
color: #8b5b3c;
}
.drum-solo {
color: #a66f4e;
}
.gingersnap {
color: #c79c70;
}
.desert-suede {
color: #d7c7b2;
}
/* CSS Variables */
:root {
--birdhouse-brown:#6a4a39;
--rope:#8b5b3c;
--drum-solo:#a66f4e;
--gingersnap:#c79c70;
--desert-suede:#d7c7b2;
}