Human Evolution Color Palette

Discover the beautiful Human Evolution color palette featuring blue bayoux (#4e6d79), norway (#a3b8a5), sidecar (#f4e2b8), straw (#d6c28a) and santa fe (#b06654).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Brown, Earthy, Green, Historical, Modern, Soft, Summer 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 Evolution palette

Share this palette to:

💻 Human Evolution color palette CSS

/* CSS */
.color-1 {
color: #4e6d79;
}
.color-2 {
color: #a3b8a5;
}
.color-3 {
color: #f4e2b8;
}
.color-4 {
color: #d6c28a;
}
.color-5 {
color: #b06654;
}

/* CSS Variables */
:root {
--color-1: #4e6d79;
--color-2: #a3b8a5;
--color-3: #f4e2b8;
--color-4: #d6c28a;
--color-5: #b06654;
}

🌈 Human Evolution background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6d79, #a3b8a5, #f4e2b8, #d6c28a, #b06654);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6d79, #a3b8a5, #f4e2b8, #d6c28a, #b06654);
}

Human Evolution color palette created on .