Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.tiny-fawn {
color: #c48b6e;
}
.desert-dust {
color: #e2b68d;
}
.peach-patch {
color: #f4d69f;
}
.doeskin {
color: #fff1e5;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--tiny-fawn:#c48b6e;
--desert-dust:#e2b68d;
--peach-patch:#f4d69f;
--doeskin:#fff1e5;
}