CSS code for this palette
/* CSS */
.red-hot-mama {
color: #a52226;
}
.shinshu {
color: #8c1d22;
}
.cg-red {
color: #e13c33;
}
.escalante {
color: #a35c5f;
}
.old-flame {
color: #f2b8b5;
}
/* CSS Variables */
:root {
--red-hot-mama:#a52226;
--shinshu:#8c1d22;
--cg-red:#e13c33;
--escalante:#a35c5f;
--old-flame:#f2b8b5;
}