Color names in this palette
CSS code for this palette
/* CSS */
.gold-vein {
color: #d9b559;
}
.texas-ranger-brown {
color: #a34d2e;
}
.revel-blue {
color: #4d6a89;
}
.marigold-dust {
color: #f4cf3e;
}
.mexican-standoff {
color: #e8a378;
}
/* CSS Variables */
:root {
--gold-vein:#d9b559;
--texas-ranger-brown:#a34d2e;
--revel-blue:#4d6a89;
--marigold-dust:#f4cf3e;
--mexican-standoff:#e8a378;
}