Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c8a66a;
}
.warm-woolen {
color: #d2b65b;
}
.birdseed {
color: #e1c48e;
}
.ginger-dough {
color: #ab6f3b;
}
.witch-s-cottage {
color: #4c3d24;
}
/* CSS Variables */
:root {
--ginger-ale:#c8a66a;
--warm-woolen:#d2b65b;
--birdseed:#e1c48e;
--ginger-dough:#ab6f3b;
--witch-s-cottage:#4c3d24;
}