Color names in this palette
CSS code for this palette
/* CSS */
.gold-vein {
color: #d8b75a;
}
.bleached-maple {
color: #c5a06d;
}
.herbal-wash {
color: #a59b83;
}
.relic {
color: #8a7b9d;
}
.emperor-jewel {
color: #705b8f;
}
/* CSS Variables */
:root {
--gold-vein:#d8b75a;
--bleached-maple:#c5a06d;
--herbal-wash:#a59b83;
--relic:#8a7b9d;
--emperor-jewel:#705b8f;
}