Color names in this palette
CSS code for this palette
/* CSS */
.eagle {
color: #a66d3a;
}
.sweet-honey {
color: #d1a25c;
}
.clay-bake {
color: #e1c78e;
}
.barley-white {
color: #f7e3b6;
}
.studio-beige {
color: #c0b2a0;
}
/* CSS Variables */
:root {
--eagle:#a66d3a;
--sweet-honey:#d1a25c;
--clay-bake:#e1c78e;
--barley-white:#f7e3b6;
--studio-beige:#c0b2a0;
}