Earthy Embrace Color Palette

Discover the beautiful Earthy Embrace color palette featuring paarl (#a85f2e), twine (#c89b6a), akaroa (#d3c5a6), fall green (#e9e9b9) and mint julep (#f2e8c4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Beige, Warm, Cool 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: #a85f2e;
}
.color-2 {
color: #c89b6a;
}
.color-3 {
color: #d3c5a6;
}
.color-4 {
color: #e9e9b9;
}
.color-5 {
color: #f2e8c4;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #c89b6a;
--color-3: #d3c5a6;
--color-4: #e9e9b9;
--color-5: #f2e8c4;
}

🌈 Earthy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #c89b6a, #d3c5a6, #e9e9b9, #f2e8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #c89b6a, #d3c5a6, #e9e9b9, #f2e8c4);
}

Earthy Embrace color palette created on .