Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #d6a12e;
}
.hawker-s-gold {
color: #f2c46e;
}
.lemon-ice-yellow {
color: #f7e3a6;
}
.blockchain-gold {
color: #eabe4d;
}
.trading-post {
color: #b98f3c;
}
/* CSS Variables */
:root {
--glitzy-gold:#d6a12e;
--hawker-s-gold:#f2c46e;
--lemon-ice-yellow:#f7e3a6;
--blockchain-gold:#eabe4d;
--trading-post:#b98f3c;
}