Color names in this palette
CSS code for this palette
/* CSS */
.canyon-clay {
color: #c97a6e;
}
.honey-maple {
color: #a66b59;
}
.tilled-soil {
color: #6c4f32;
}
.witch-s-cottage {
color: #4b3c2a;
}
.woodsy-brown {
color: #3d291a;
}
/* CSS Variables */
:root {
--canyon-clay:#c97a6e;
--honey-maple:#a66b59;
--tilled-soil:#6c4f32;
--witch-s-cottage:#4b3c2a;
--woodsy-brown:#3d291a;
}