Human Touch Color Palette

Discover the beautiful Human Touch color palette featuring mandys pink (#f2c5b5), brandy (#dfb89f), tan (#d09f8b), brandy rose (#b47d6e) and copper rust (#9b5c50).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSkin, Warm, Earthy, Soft, Pink, Beige, Brown, Neutral, Modern 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 Human Touch palette

Share this palette to:

💻 Human Touch color palette CSS

/* CSS */
.color-1 {
color: #f2c5b5;
}
.color-2 {
color: #dfb89f;
}
.color-3 {
color: #d09f8b;
}
.color-4 {
color: #b47d6e;
}
.color-5 {
color: #9b5c50;
}

/* CSS Variables */
:root {
--color-1: #f2c5b5;
--color-2: #dfb89f;
--color-3: #d09f8b;
--color-4: #b47d6e;
--color-5: #9b5c50;
}

🌈 Human Touch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5b5, #dfb89f, #d09f8b, #b47d6e, #9b5c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5b5, #dfb89f, #d09f8b, #b47d6e, #9b5c50);
}

Human Touch color palette created on .