Human Color Palette

Discover the beautiful Human color palette featuring sidecar (#f5d8c7), cashmere (#e4b5a0), new york pink (#d28c79), cape palliser (#a45e46) and old copper (#7a3e33).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSkin, Peach, Tan, Brown, Earthy, Warm, Soft, Light 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 palette

Share this palette to:

💻 Human color palette CSS

/* CSS */
.color-1 {
color: #f5d8c7;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #d28c79;
}
.color-4 {
color: #a45e46;
}
.color-5 {
color: #7a3e33;
}

/* CSS Variables */
:root {
--color-1: #f5d8c7;
--color-2: #e4b5a0;
--color-3: #d28c79;
--color-4: #a45e46;
--color-5: #7a3e33;
}

🌈 Human background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d8c7, #e4b5a0, #d28c79, #a45e46, #7a3e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d8c7, #e4b5a0, #d28c79, #a45e46, #7a3e33);
}

Human color palette created on .