Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f6e6a2;
}
.phellodendron-amurense {
color: #f3c539;
}
.gold-leaf {
color: #ebb924;
}
.brassy-tint {
color: #d8a93b;
}
.buckthorn-brown {
color: #a86d1f;
}
/* CSS Variables */
:root {
--venetian-yellow:#f6e6a2;
--phellodendron-amurense:#f3c539;
--gold-leaf:#ebb924;
--brassy-tint:#d8a93b;
--buckthorn-brown:#a86d1f;
}