Color names in this palette
CSS code for this palette
/* CSS */
.gentleman-s-whiskey {
color: #cc8a2e;
}
.golden-cricket {
color: #d5b253;
}
.flax-fiber {
color: #e0d58a;
}
.venetian-yellow {
color: #f3e4a0;
}
.speeding-ticket {
color: #f9f1d7;
}
/* CSS Variables */
:root {
--gentleman-s-whiskey:#cc8a2e;
--golden-cricket:#d5b253;
--flax-fiber:#e0d58a;
--venetian-yellow:#f3e4a0;
--speeding-ticket:#f9f1d7;
}