Earthy Witch Girl Color Palette

Discover the beautiful Earthy Witch Girl color palette featuring kabul (#5f4b3a), coral tree (#a86e5d), brandy (#dab58b), brandy (#e0c7a3) and cameo (#d7b7a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Witch, Boho, Autumn, Nature, Brown, Green, Soft, Warm, Magical 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 Witch Girl palette

Share this palette to:

💻 Earthy Witch Girl color palette CSS

/* CSS */
.color-1 {
color: #5f4b3a;
}
.color-2 {
color: #a86e5d;
}
.color-3 {
color: #dab58b;
}
.color-4 {
color: #e0c7a3;
}
.color-5 {
color: #d7b7a2;
}

/* CSS Variables */
:root {
--color-1: #5f4b3a;
--color-2: #a86e5d;
--color-3: #dab58b;
--color-4: #e0c7a3;
--color-5: #d7b7a2;
}

🌈 Earthy Witch Girl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b3a, #a86e5d, #dab58b, #e0c7a3, #d7b7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b3a, #a86e5d, #dab58b, #e0c7a3, #d7b7a2);
}

Earthy Witch Girl color palette created on .