Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4c3a;
}
.badlands {
color: #b66d58;
}
.golden-rod {
color: #e3ab1c;
}
.yellow-cream {
color: #f1d26a;
}
.windham-cream {
color: #f3e6c9;
}
/* CSS Variables */
:root {
--nutmeg:#7e4c3a;
--badlands:#b66d58;
--golden-rod:#e3ab1c;
--yellow-cream:#f1d26a;
--windham-cream:#f3e6c9;
}