Skin Tones Color Palette

Discover the beautiful Skin Tones color palette featuring linen (#fcf0e9), champagne (#fae5db), mandys pink (#f7d4ca), mandys pink (#efbcae) and tonys pink (#e5a094).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Cream, Coral, Soft, Warm, Pastel, Light, Neutral, Earthy 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 Skin Tones palette

Share this palette to:

💻 Skin Tones color palette CSS

/* CSS */
.color-1 {
color: #fcf0e9;
}
.color-2 {
color: #fae5db;
}
.color-3 {
color: #f7d4ca;
}
.color-4 {
color: #efbcae;
}
.color-5 {
color: #e5a094;
}

/* CSS Variables */
:root {
--color-1: #fcf0e9;
--color-2: #fae5db;
--color-3: #f7d4ca;
--color-4: #efbcae;
--color-5: #e5a094;
}

🌈 Skin Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf0e9, #fae5db, #f7d4ca, #efbcae, #e5a094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf0e9, #fae5db, #f7d4ca, #efbcae, #e5a094);
}

Skin Tones color palette created on .