Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f9e4a9;
}
.goldsmith {
color: #f0b14c;
}
.glitzy-gold {
color: #d79e2d;
}
.carrot-cake {
color: #c2732e;
}
.garfield {
color: #a6502b;
}
/* CSS Variables */
:root {
--gold-sand:#f9e4a9;
--goldsmith:#f0b14c;
--glitzy-gold:#d79e2d;
--carrot-cake:#c2732e;
--garfield:#a6502b;
}