Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-plum {
color: #3d2f30;
}
.warming-peach {
color: #e4b5a0;
}
.rusty-sword {
color: #a64b3f;
}
.red-mane {
color: #6d3b2c;
}
.ballet {
color: #f8d6d3;
}
/* CSS Variables */
:root {
--chocolate-plum:#3d2f30;
--warming-peach:#e4b5a0;
--rusty-sword:#a64b3f;
--red-mane:#6d3b2c;
--ballet:#f8d6d3;
}