Color names in this palette
CSS code for this palette
/* CSS */
.burnished-russet {
color: #7b3e2d;
}
.pottery-clay {
color: #b8704c;
}
.monarch-orange {
color: #f1a46a;
}
.vanilla {
color: #f3e3aa;
}
.chai-latte {
color: #f7c9a1;
}
/* CSS Variables */
:root {
--burnished-russet:#7b3e2d;
--pottery-clay:#b8704c;
--monarch-orange:#f1a46a;
--vanilla:#f3e3aa;
--chai-latte:#f7c9a1;
}