Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c4a7;
}
.shilo {
color: #e5b2a4;
}
.shanghai-peach {
color: #d49a8c;
}
.toffee-glaze {
color: #a5634a;
}
.murray-red {
color: #6d3b3b;
}
/* CSS Variables */
:root {
--peach-damask:#f6c4a7;
--shilo:#e5b2a4;
--shanghai-peach:#d49a8c;
--toffee-glaze:#a5634a;
--murray-red:#6d3b3b;
}