Color names in this palette
CSS code for this palette
/* CSS */
.red-oxide {
color: #5c1f20;
}
.red-leather {
color: #a94c4d;
}
.pressed-rose {
color: #f1a7a9;
}
.cor-de-pele {
color: #f5c2c3;
}
.bistro-pink {
color: #e1b7b9;
}
/* CSS Variables */
:root {
--red-oxide:#5c1f20;
--red-leather:#a94c4d;
--pressed-rose:#f1a7a9;
--cor-de-pele:#f5c2c3;
--bistro-pink:#e1b7b9;
}