Color names in this palette
CSS code for this palette
/* CSS */
.brass-mesh {
color: #e1a84c;
}
.coppersmith {
color: #d68c3d;
}
.desert-spice {
color: #c86e2d;
}
.texas-ranger-brown {
color: #a04d2c;
}
.rhododendron {
color: #7d2b40;
}
/* CSS Variables */
:root {
--brass-mesh:#e1a84c;
--coppersmith:#d68c3d;
--desert-spice:#c86e2d;
--texas-ranger-brown:#a04d2c;
--rhododendron:#7d2b40;
}