All Palettes

Color Palette #f7b5a1, #f4c1b8, #f0d6c1, #e7e9b4, #d3e0b8

0%
0%
0%

CSS code for this palette

/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.rainbow {
color: #f4c1b8;
}
.iced-apricot {
color: #f0d6c1;
}
.steamy-dumpling {
color: #e7e9b4;
}
.spring-glow {
color: #d3e0b8;
}

/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--rainbow:#f4c1b8;
--iced-apricot:#f0d6c1;
--steamy-dumpling:#e7e9b4;
--spring-glow:#d3e0b8;
}

More palettes to explore