Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f6e5b1;
}
.wonton-dumpling {
color: #d0a66c;
}
.remington-rust {
color: #a35d4d;
}
.january-garnet {
color: #7a3f3e;
}
.ripe-eggplant {
color: #4c2a3b;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f6e5b1;
--wonton-dumpling:#d0a66c;
--remington-rust:#a35d4d;
--january-garnet:#7a3f3e;
--ripe-eggplant:#4c2a3b;
}