Human Touch Color Palette

Discover the beautiful Human Touch color palette featuring beauty bush (#f2cfc4), eunry (#d7aba3), brandy rose (#af7f79), copper rust (#9b5b50) and lotus (#7b3f3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Coral, Peach, Pink, Red, Skin, Tan 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: #f2cfc4;
}
.color-2 {
color: #d7aba3;
}
.color-3 {
color: #af7f79;
}
.color-4 {
color: #9b5b50;
}
.color-5 {
color: #7b3f3d;
}

/* CSS Variables */
:root {
--color-1: #f2cfc4;
--color-2: #d7aba3;
--color-3: #af7f79;
--color-4: #9b5b50;
--color-5: #7b3f3d;
}

🌈 Human Touch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2cfc4, #d7aba3, #af7f79, #9b5b50, #7b3f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2cfc4, #d7aba3, #af7f79, #9b5b50, #7b3f3d);
}

Human Touch color palette created on .