Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.rich-sorrel {
color: #a87c3e;
}
.japanese-iris {
color: #7e5b3a;
}
.burnt-bamboo {
color: #4e3b3b;
}
.weathervane {
color: #2d1a1a;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--rich-sorrel:#a87c3e;
--japanese-iris:#7e5b3a;
--burnt-bamboo:#4e3b3b;
--weathervane:#2d1a1a;
}