Soft Skin Tones Color Palette

Discover the beautiful Soft Skin Tones color palette featuring mandys pink (#f1c8b7), cashmere (#e6b7a7), my pink (#d29989), contessa (#c68976) and coral tree (#a86b6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Skin, Earthy, Light, Light Summer, Beige, Peach, Neutral, 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 Soft Skin Tones palette

Share this palette to:

💻 Soft Skin Tones color palette CSS

/* CSS */
.color-1 {
color: #f1c8b7;
}
.color-2 {
color: #e6b7a7;
}
.color-3 {
color: #d29989;
}
.color-4 {
color: #c68976;
}
.color-5 {
color: #a86b6b;
}

/* CSS Variables */
:root {
--color-1: #f1c8b7;
--color-2: #e6b7a7;
--color-3: #d29989;
--color-4: #c68976;
--color-5: #a86b6b;
}

🌈 Soft Skin Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c8b7, #e6b7a7, #d29989, #c68976, #a86b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c8b7, #e6b7a7, #d29989, #c68976, #a86b6b);
}

Soft Skin Tones color palette created on .