Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5d4b;
}
.brick-dust {
color: #a96b5b;
}
.tint-of-earth {
color: #d0987c;
}
.peach-temptation {
color: #f1c6b1;
}
.pure-beige {
color: #e9d2c3;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5d4b;
--brick-dust:#a96b5b;
--tint-of-earth:#d0987c;
--peach-temptation:#f1c6b1;
--pure-beige:#e9d2c3;
}