Color names in this palette
CSS code for this palette
/* CSS */
.raw-copper {
color: #c66a4e;
}
.sandy-brown {
color: #f1a65b;
}
.luxurious {
color: #d4b759;
}
.wilted-brown {
color: #aa4e3c;
}
.corrosion-red {
color: #7a2a1f;
}
/* CSS Variables */
:root {
--raw-copper:#c66a4e;
--sandy-brown:#f1a65b;
--luxurious:#d4b759;
--wilted-brown:#aa4e3c;
--corrosion-red:#7a2a1f;
}