Color names in this palette
CSS code for this palette
/* CSS */
.butter-up {
color: #f3e2b9;
}
.wonton-dumpling {
color: #d0a56c;
}
.rich-sorrel {
color: #a87c3e;
}
.burned-brown {
color: #6f4c3e;
}
.mulled-wine-red {
color: #3c2a30;
}
/* CSS Variables */
:root {
--butter-up:#f3e2b9;
--wonton-dumpling:#d0a56c;
--rich-sorrel:#a87c3e;
--burned-brown:#6f4c3e;
--mulled-wine-red:#3c2a30;
}