Color names in this palette
CSS code for this palette
/* CSS */
.ginger-dough {
color: #ab6f3b;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.solarized {
color: #f9d14e;
}
.war-paint-red {
color: #da5e1b;
}
.enfield-brown {
color: #a72e16;
}
/* CSS Variables */
:root {
--ginger-dough:#ab6f3b;
--gemini-mustard-momento:#f9a94e;
--solarized:#f9d14e;
--war-paint-red:#da5e1b;
--enfield-brown:#a72e16;
}