All Palettes

Color Palette #ff7c6b, #ff9b8a, #ffbe9e, #ffd3c2, #ffe1d6

0%
0%
0%

CSS code for this palette

/* CSS */
.salmon {
color: #ff7c6b;
}
.peach-pink {
color: #ff9b8a;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.simply-delicious {
color: #ffd3c2;
}
.light-quilt {
color: #ffe1d6;
}

/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peach-pink:#ff9b8a;
--blushing-cinnamon:#ffbe9e;
--simply-delicious:#ffd3c2;
--light-quilt:#ffe1d6;
}

More palettes to explore