Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #d69e2e;
}
.midsummer-gold {
color: #e7b132;
}
.eyelash-viper {
color: #f0c54c;
}
.lighthouse-glow {
color: #f8d668;
}
.custard-puff {
color: #fcecb0;
}
/* CSS Variables */
:root {
--glitzy-gold:#d69e2e;
--midsummer-gold:#e7b132;
--eyelash-viper:#f0c54c;
--lighthouse-glow:#f8d668;
--custard-puff:#fcecb0;
}