Shades of Skin Color Palette

Discover the beautiful Shades of Skin color palette featuring mandys pink (#f4c3b8), tonys pink (#e7a698), new york pink (#d58b7c), contessa (#c57467) and matrix (#b75d5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Beige, Cream, Autumn, Feminine 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 Shades of Skin palette

Share this palette to:

💻 Shades of Skin color palette CSS

/* CSS */
.color-1 {
color: #f4c3b8;
}
.color-2 {
color: #e7a698;
}
.color-3 {
color: #d58b7c;
}
.color-4 {
color: #c57467;
}
.color-5 {
color: #b75d5c;
}

/* CSS Variables */
:root {
--color-1: #f4c3b8;
--color-2: #e7a698;
--color-3: #d58b7c;
--color-4: #c57467;
--color-5: #b75d5c;
}

🌈 Shades of Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b8, #e7a698, #d58b7c, #c57467, #b75d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b8, #e7a698, #d58b7c, #c57467, #b75d5c);
}

Shades of Skin color palette created on .