Color names in this palette
CSS code for this palette
/* CSS */
.half-orc-highlight {
color: #9c6b3a;
}
.townhouse-tan {
color: #c2995b;
}
.honey-gold {
color: #e3b77d;
}
.igniting {
color: #f3d79b;
}
.barley-white {
color: #f7e3b6;
}
/* CSS Variables */
:root {
--half-orc-highlight:#9c6b3a;
--townhouse-tan:#c2995b;
--honey-gold:#e3b77d;
--igniting:#f3d79b;
--barley-white:#f7e3b6;
}