Color names in this palette
CSS code for this palette
/* CSS */
.silence-is-golden {
color: #c0a26d;
}
.sell-gold {
color: #d6b15c;
}
.capital-yellow {
color: #e4bb49;
}
.marigold-dust {
color: #f4cf3e;
}
.club-mate {
color: #f6e07e;
}
/* CSS Variables */
:root {
--silence-is-golden:#c0a26d;
--sell-gold:#d6b15c;
--capital-yellow:#e4bb49;
--marigold-dust:#f4cf3e;
--club-mate:#f6e07e;
}