Color names in this palette
CSS code for this palette
/* CSS */
.golden-beryl-yellow {
color: #dba400;
}
.festering-brown {
color: #d18b00;
}
.indocile-tiger {
color: #b87100;
}
.rat-brown {
color: #8f5d00;
}
.ayahuasca-vine {
color: #6b5000;
}
/* CSS Variables */
:root {
--golden-beryl-yellow:#dba400;
--festering-brown:#d18b00;
--indocile-tiger:#b87100;
--rat-brown:#8f5d00;
--ayahuasca-vine:#6b5000;
}