Color names in this palette
CSS code for this palette
/* CSS */
.majestic-treasures {
color: #f5e7a3;
}
.gold-winged {
color: #e3d77d;
}
.nervy-hue {
color: #d1c15c;
}
.brass {
color: #b4a23c;
}
.faint-green {
color: #a88c2e;
}
/* CSS Variables */
:root {
--majestic-treasures:#f5e7a3;
--gold-winged:#e3d77d;
--nervy-hue:#d1c15c;
--brass:#b4a23c;
--faint-green:#a88c2e;
}