Colores de Piel Color Palette

Discover the beautiful Colores de Piel color palette featuring cashmere (#e3b0a1), my pink (#d79b88), my pink (#d18f7b), contessa (#c67b6c) and santa fe (#b56e5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSkin, Peach, Tan, Warm, Earthy, Soft, Spring, Beige, Coral, Vibrant 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 Colores de Piel palette

Share this palette to:

💻 Colores de Piel color palette CSS

/* CSS */
.color-1 {
color: #e3b0a1;
}
.color-2 {
color: #d79b88;
}
.color-3 {
color: #d18f7b;
}
.color-4 {
color: #c67b6c;
}
.color-5 {
color: #b56e5e;
}

/* CSS Variables */
:root {
--color-1: #e3b0a1;
--color-2: #d79b88;
--color-3: #d18f7b;
--color-4: #c67b6c;
--color-5: #b56e5e;
}

🌈 Colores de Piel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b0a1, #d79b88, #d18f7b, #c67b6c, #b56e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b0a1, #d79b88, #d18f7b, #c67b6c, #b56e5e);
}

Colores de Piel color palette created on .