Earthy Embrace Color Palette

Discover the beautiful Earthy Embrace color palette featuring bison hide (#c0b8a5), gurkha (#a0947e), leather (#977759), yellow metal (#785d3a) and west coast (#674a1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWarm, Autumn 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 Earthy Embrace palette

Share this palette to:

💻 Earthy Embrace color palette CSS

/* CSS */
.color-1 {
color: #c0b8a5;
}
.color-2 {
color: #a0947e;
}
.color-3 {
color: #977759;
}
.color-4 {
color: #785d3a;
}
.color-5 {
color: #674a1d;
}

/* CSS Variables */
:root {
--color-1: #c0b8a5;
--color-2: #a0947e;
--color-3: #977759;
--color-4: #785d3a;
--color-5: #674a1d;
}

🌈 Earthy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b8a5, #a0947e, #977759, #785d3a, #674a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b8a5, #a0947e, #977759, #785d3a, #674a1d);
}

Earthy Embrace color palette created on .