Flesh Tones Color Palette

Discover the beautiful Flesh Tones color palette featuring mandys pink (#f2c5b5), tonys pink (#e7a49c), new york pink (#d88b7d), fuzzy wuzzy brown (#c66a58) and brown rust (#b05440).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Coral, Earthy, Flesh, Peach, Skin, Soft, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Flesh Tones palette

Share this palette to:

💻 Flesh Tones color palette CSS

/* CSS */
.color-1 {
color: #f2c5b5;
}
.color-2 {
color: #e7a49c;
}
.color-3 {
color: #d88b7d;
}
.color-4 {
color: #c66a58;
}
.color-5 {
color: #b05440;
}

/* CSS Variables */
:root {
--color-1: #f2c5b5;
--color-2: #e7a49c;
--color-3: #d88b7d;
--color-4: #c66a58;
--color-5: #b05440;
}

🌈 Flesh Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5b5, #e7a49c, #d88b7d, #c66a58, #b05440);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5b5, #e7a49c, #d88b7d, #c66a58, #b05440);
}

Flesh Tones color palette created on .