Color names in this palette
CSS code for this palette
/* CSS */
.trading-post {
color: #b98f3c;
}
.deadsy {
color: #c1a84e;
}
.grassroots {
color: #d8c36f;
}
.gold-winged {
color: #e8d482;
}
.cymophane-yellow {
color: #f4e5a4;
}
/* CSS Variables */
:root {
--trading-post:#b98f3c;
--deadsy:#c1a84e;
--grassroots:#d8c36f;
--gold-winged:#e8d482;
--cymophane-yellow:#f4e5a4;
}