Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.orange-clay {
color: #e4a77c;
}
.carving-party {
color: #f1c59d;
}
.cameo-cream {
color: #f4e3c3;
}
.shilo {
color: #e6b1a3;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--orange-clay:#e4a77c;
--carving-party:#f1c59d;
--cameo-cream:#f4e3c3;
--shilo:#e6b1a3;
}