Tonos de Piel Color Palette

Discover the beautiful Tonos de Piel color palette featuring rose fog (#e8c1b5), tan (#d4a48c), muddy waters (#c08d6d), muesli (#a78058) and shadow (#8c6d4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Neutral, Skin, Soft, Summer, 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 Tonos de Piel palette

Share this palette to:

💻 Tonos de Piel color palette CSS

/* CSS */
.color-1 {
color: #e8c1b5;
}
.color-2 {
color: #d4a48c;
}
.color-3 {
color: #c08d6d;
}
.color-4 {
color: #a78058;
}
.color-5 {
color: #8c6d4f;
}

/* CSS Variables */
:root {
--color-1: #e8c1b5;
--color-2: #d4a48c;
--color-3: #c08d6d;
--color-4: #a78058;
--color-5: #8c6d4f;
}

🌈 Tonos de Piel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c1b5, #d4a48c, #c08d6d, #a78058, #8c6d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c1b5, #d4a48c, #c08d6d, #a78058, #8c6d4f);
}

Tonos de Piel color palette created on .