Color names in this palette
CSS code for this palette
/* CSS */
.gold-sparkle {
color: #7a6a3e;
}
.olive-reserve {
color: #a4a54a;
}
.force-of-nature {
color: #d4c86e;
}
.khaki-core {
color: #f7e5b0;
}
.artifact {
color: #c89f8d;
}
/* CSS Variables */
:root {
--gold-sparkle:#7a6a3e;
--olive-reserve:#a4a54a;
--force-of-nature:#d4c86e;
--khaki-core:#f7e5b0;
--artifact:#c89f8d;
}