Color names in this palette
CSS code for this palette
/* CSS */
.liberator-gold {
color: #e8c545;
}
.glitzy-gold {
color: #d7a12d;
}
.mandalay {
color: #b6792b;
}
.chestnut-glaze {
color: #894e2f;
}
.anthracite-red {
color: #6e2b3e;
}
/* CSS Variables */
:root {
--liberator-gold:#e8c545;
--glitzy-gold:#d7a12d;
--mandalay:#b6792b;
--chestnut-glaze:#894e2f;
--anthracite-red:#6e2b3e;
}