Color names in this palette
CSS code for this palette
/* CSS */
.bran {
color: #a86e4d;
}
.pottery-clay {
color: #b8704c;
}
.prayer-flag {
color: #d19b6b;
}
.chai-tea-latte {
color: #efd5b3;
}
.stable-hay {
color: #f8dfbf;
}
/* CSS Variables */
:root {
--bran:#a86e4d;
--pottery-clay:#b8704c;
--prayer-flag:#d19b6b;
--chai-tea-latte:#efd5b3;
--stable-hay:#f8dfbf;
}