Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.evening-sunset {
color: #e8b16d;
}
.skullcrusher-brass {
color: #f1c88e;
}
.butter-muffin {
color: #f8e0b4;
}
.warming-peach {
color: #e3b8a1;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--evening-sunset:#e8b16d;
--skullcrusher-brass:#f1c88e;
--butter-muffin:#f8e0b4;
--warming-peach:#e3b8a1;
}