Color names in this palette
CSS code for this palette
/* CSS */
.hint-of-orange {
color: #f7e6d9;
}
.warming-peach {
color: #e4b5a0;
}
.artifact {
color: #d09c8b;
}
.warm-wassail {
color: #a86b6b;
}
.tibetan-temple {
color: #804d4d;
}
/* CSS Variables */
:root {
--hint-of-orange:#f7e6d9;
--warming-peach:#e4b5a0;
--artifact:#d09c8b;
--warm-wassail:#a86b6b;
--tibetan-temple:#804d4d;
}