Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.chai-tea {
color: #a47a2d;
}
.burned-brown {
color: #6f4c3e;
}
.livid-brown {
color: #2e2929;
}
.mauve-chalk {
color: #e7d0d0;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--chai-tea:#a47a2d;
--burned-brown:#6f4c3e;
--livid-brown:#2e2929;
--mauve-chalk:#e7d0d0;
}