Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.australium-gold {
color: #e8b43b;
}
.glitzy-gold {
color: #d69e2e;
}
.gentleman-s-whiskey {
color: #c58b26;
}
.arrowwood {
color: #b77f1f;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--australium-gold:#e8b43b;
--glitzy-gold:#d69e2e;
--gentleman-s-whiskey:#c58b26;
--arrowwood:#b77f1f;
}