Color names in this palette
CSS code for this palette
/* CSS */
.green-sheen {
color: #d6c64c;
}
.new-green {
color: #b8a82e;
}
.aubergine-green {
color: #8e7a29;
}
.beggar {
color: #594d3a;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--green-sheen:#d6c64c;
--new-green:#b8a82e;
--aubergine-green:#8e7a29;
--beggar:#594d3a;
--black-liquorice:#3b3b3b;
}