Color names in this palette
CSS code for this palette
/* CSS */
.dried-chive {
color: #7b7c6a;
}
.willow-leaf {
color: #a2a66e;
}
.green-sheen {
color: #d6c94c;
}
.brass-balls {
color: #e7b840;
}
.citrus-blast {
color: #e07c3e;
}
/* CSS Variables */
:root {
--dried-chive:#7b7c6a;
--willow-leaf:#a2a66e;
--green-sheen:#d6c94c;
--brass-balls:#e7b840;
--citrus-blast:#e07c3e;
}