Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.sundown {
color: #f5c99e;
}
.monarch-orange {
color: #f2a06e;
}
.oak-buff {
color: #d09b62;
}
.smoldering-copper {
color: #aa6a4b;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--sundown:#f5c99e;
--monarch-orange:#f2a06e;
--oak-buff:#d09b62;
--smoldering-copper:#aa6a4b;
}