All Palettes

Color Palette #f7bfbb, #f1a7c0, #e878ae, #da4e8f, #8c2b69

0%
0%
0%

CSS code for this palette

/* CSS */
.rainbow {
color: #f7bfbb;
}
.tickled-pink {
color: #f1a7c0;
}
.amaranth {
color: #e878ae;
}
.kirby {
color: #da4e8f;
}
.beetiful-magenta {
color: #8c2b69;
}

/* CSS Variables */
:root {
--rainbow:#f7bfbb;
--tickled-pink:#f1a7c0;
--amaranth:#e878ae;
--kirby:#da4e8f;
--beetiful-magenta:#8c2b69;
}

More palettes to explore