CSS code for this palette
/* CSS */
.chi-gong {
color: #d42e2b;
}
.shinshu {
color: #881b1f;
}
.white {
color: #ffffff;
}
.cor-de-pele {
color: #f5c2c2;
}
.monarch {
color: #6e2626;
}
/* CSS Variables */
:root {
--chi-gong:#d42e2b;
--shinshu:#881b1f;
--white:#ffffff;
--cor-de-pele:#f5c2c2;
--monarch:#6e2626;
}