All Palettes

Color Palette #f5c2c2, #e08f8f, #b76c8f, #6e4e8d, #4a2c6d

0%
0%
0%

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;
}

More palettes to explore