All Palettes

Color Palette #ff7c6b, #f9b2a9, #f6d1c1, #f2e0b1, #e9c3a0

0%
0%
0%

CSS code for this palette

/* CSS */
.salmon {
color: #ff7c6b;
}
.snow-white-blush {
color: #f9b2a9;
}
.sand-island {
color: #f6d1c1;
}
.bone-white {
color: #f2e0b1;
}
.toasted-coconut {
color: #e9c3a0;
}

/* CSS Variables */
:root {
--salmon:#ff7c6b;
--snow-white-blush:#f9b2a9;
--sand-island:#f6d1c1;
--bone-white:#f2e0b1;
--toasted-coconut:#e9c3a0;
}

More palettes to explore