Color names in this palette
CSS code for this palette
/* CSS */
.vino-tinto {
color: #4a1c24;
}
.dozen-roses {
color: #803c41;
}
.candied-apple {
color: #b95b6e;
}
.creamy-peach {
color: #f29e82;
}
.peach-damask {
color: #f7c8a6;
}
/* CSS Variables */
:root {
--vino-tinto:#4a1c24;
--dozen-roses:#803c41;
--candied-apple:#b95b6e;
--creamy-peach:#f29e82;
--peach-damask:#f7c8a6;
}