Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c7a76b;
}
.sweet-mustard {
color: #d4b86e;
}
.blossom-yellow {
color: #e4c57c;
}
.glitzy-gold {
color: #d6a12e;
}
.anzac {
color: #c88e3c;
}
/* CSS Variables */
:root {
--ginger-ale:#c7a76b;
--sweet-mustard:#d4b86e;
--blossom-yellow:#e4c57c;
--glitzy-gold:#d6a12e;
--anzac:#c88e3c;
}