Color de piel Color Palette

Discover the beautiful Color de piel color palette featuring new orleans (#f2d5a1), gold sand (#e6b393), burning sand (#d78b79), contessa (#c76b6b) and coral tree (#a85d5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Coral, Cream, Earthy, Nature, Pink, Soft, Spring, 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 Color de piel palette

Share this palette to:

💻 Color de piel color palette CSS

/* CSS */
.color-1 {
color: #f2d5a1;
}
.color-2 {
color: #e6b393;
}
.color-3 {
color: #d78b79;
}
.color-4 {
color: #c76b6b;
}
.color-5 {
color: #a85d5d;
}

/* CSS Variables */
:root {
--color-1: #f2d5a1;
--color-2: #e6b393;
--color-3: #d78b79;
--color-4: #c76b6b;
--color-5: #a85d5d;
}

🌈 Color de piel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d5a1, #e6b393, #d78b79, #c76b6b, #a85d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d5a1, #e6b393, #d78b79, #c76b6b, #a85d5d);
}

Color de piel color palette created on .