Color names in this palette
CSS code for this palette
/* CSS */
.vino-tinto {
color: #4a1c24;
}
.fruitful-orchard {
color: #793e3f;
}
.contessa {
color: #c66f6c;
}
.wax-flower {
color: #efb79f;
}
.touching-white {
color: #f4e0d7;
}
/* CSS Variables */
:root {
--vino-tinto:#4a1c24;
--fruitful-orchard:#793e3f;
--contessa:#c66f6c;
--wax-flower:#efb79f;
--touching-white:#f4e0d7;
}