All Palettes

Color Palette #7a2a4b, #b46e8a, #df9fb5, #f2c4d2, #f8e2e7

0%
0%
0%

CSS code for this palette

/* CSS */
.red-plum {
color: #7a2a4b;
}
.pink-hibiscus {
color: #b46e8a;
}
.blushing-tulip {
color: #df9fb5;
}
.in-the-pink {
color: #f2c4d2;
}
.pork-belly {
color: #f8e2e7;
}

/* CSS Variables */
:root {
--red-plum:#7a2a4b;
--pink-hibiscus:#b46e8a;
--blushing-tulip:#df9fb5;
--in-the-pink:#f2c4d2;
--pork-belly:#f8e2e7;
}

More palettes to explore