Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.herbal-green {
color: #c9af3b;
}
.machine-green {
color: #a79e39;
}
.sassy-grass {
color: #798b2d;
}
.loren-forest {
color: #4b6f25;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--herbal-green:#c9af3b;
--machine-green:#a79e39;
--sassy-grass:#798b2d;
--loren-forest:#4b6f25;
}