Color names in this palette
CSS code for this palette
/* CSS */
.scrofulous-brown {
color: #d8a73b;
}
.gentleman-s-whiskey {
color: #c88a2d;
}
.gallstone-yellow {
color: #a4692d;
}
.trojan-horse-brown {
color: #794d1b;
}
.caf-noir {
color: #4a391c;
}
/* CSS Variables */
:root {
--scrofulous-brown:#d8a73b;
--gentleman-s-whiskey:#c88a2d;
--gallstone-yellow:#a4692d;
--trojan-horse-brown:#794d1b;
--caf-noir:#4a391c;
}