Enchanted Earth Color Palette

Discover the beautiful Enchanted Earth color palette featuring mondo (#4b3c2f), sand dune (#7d6b5e), donkey brown (#a79a7b), akaroa (#d1c8a3) and tuscany (#b55d30).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Brown, Earthy, Green, Forest, Beige 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 Enchanted Earth palette

Share this palette to:

💻 Enchanted Earth color palette CSS

/* CSS */
.color-1 {
color: #4b3c2f;
}
.color-2 {
color: #7d6b5e;
}
.color-3 {
color: #a79a7b;
}
.color-4 {
color: #d1c8a3;
}
.color-5 {
color: #b55d30;
}

/* CSS Variables */
:root {
--color-1: #4b3c2f;
--color-2: #7d6b5e;
--color-3: #a79a7b;
--color-4: #d1c8a3;
--color-5: #b55d30;
}

🌈 Enchanted Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2f, #7d6b5e, #a79a7b, #d1c8a3, #b55d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2f, #7d6b5e, #a79a7b, #d1c8a3, #b55d30);
}

Enchanted Earth color palette created on .