Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.beef-hotpot {
color: #a85f2e;
}
.real-brown {
color: #583d2c;
}
.disappearing-purple {
color: #3d2e3c;
}
.bussell-lace {
color: #e59fa1;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--beef-hotpot:#a85f2e;
--real-brown:#583d2c;
--disappearing-purple:#3d2e3c;
--bussell-lace:#e59fa1;
}