Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a45b2d;
}
.straw-basket {
color: #d8c79d;
}
.french-market {
color: #a4c3a2;
}
.sage-leaves {
color: #798c5a;
}
.abbot {
color: #4d3d2e;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a45b2d;
--straw-basket:#d8c79d;
--french-market:#a4c3a2;
--sage-leaves:#798c5a;
--abbot:#4d3d2e;
}