Color names in this palette
CSS code for this palette
/* CSS */
.potting-soil {
color: #593e31;
}
.woven-navajo {
color: #cfb08c;
}
.flame-seal {
color: #f2e35f;
}
.bitter-orange {
color: #d77c2d;
}
.cassiterite-brown {
color: #5e3c21;
}
/* CSS Variables */
:root {
--potting-soil:#593e31;
--woven-navajo:#cfb08c;
--flame-seal:#f2e35f;
--bitter-orange:#d77c2d;
--cassiterite-brown:#5e3c21;
}