Color names in this palette
CSS code for this palette
/* CSS */
.bourbon-spice {
color: #e6be89;
}
.artemis {
color: #d4a66e;
}
.townhouse-tan {
color: #bf9a5a;
}
.rich-sorrel {
color: #a87c3e;
}
.afghan-carpet {
color: #8e5b25;
}
/* CSS Variables */
:root {
--bourbon-spice:#e6be89;
--artemis:#d4a66e;
--townhouse-tan:#bf9a5a;
--rich-sorrel:#a87c3e;
--afghan-carpet:#8e5b25;
}