Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #eab239;
}
.indian-pale-ale {
color: #d6b629;
}
.super-gold {
color: #a5871d;
}
.tool-green {
color: #7d6d12;
}
.alligator-gladiator {
color: #494a0d;
}
/* CSS Variables */
:root {
--australium-gold:#eab239;
--indian-pale-ale:#d6b629;
--super-gold:#a5871d;
--tool-green:#7d6d12;
--alligator-gladiator:#494a0d;
}