Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f6e4a2;
}
.capital-yellow {
color: #e4b849;
}
.glitzy-gold {
color: #d6a12e;
}
.gentleman-s-whiskey {
color: #c58826;
}
.buckthorn-brown {
color: #a76f1b;
}
/* CSS Variables */
:root {
--venetian-yellow:#f6e4a2;
--capital-yellow:#e4b849;
--glitzy-gold:#d6a12e;
--gentleman-s-whiskey:#c58826;
--buckthorn-brown:#a76f1b;
}