Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f5c2c2;
}
.fresh-pink {
color: #e08f8f;
}
.pinky-pickle {
color: #b76c8f;
}
.grapes-of-italy {
color: #6e4e8d;
}
.violet-indigo {
color: #4a2c6d;
}
/* CSS Variables */
:root {
--cor-de-pele:#f5c2c2;
--fresh-pink:#e08f8f;
--pinky-pickle:#b76c8f;
--grapes-of-italy:#6e4e8d;
--violet-indigo:#4a2c6d;
}