Enchanted Forest Color Palette

Discover the beautiful Enchanted Forest color palette featuring tom thumb (#3a593f), hippie green (#4a784a), asparagus (#77a35c), deco (#c8d69a) and apache (#d9b56d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withForest, Green, Earthy, Warm, Bright 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 Forest palette

Share this palette to:

💻 Enchanted Forest color palette CSS

/* CSS */
.color-1 {
color: #3a593f;
}
.color-2 {
color: #4a784a;
}
.color-3 {
color: #77a35c;
}
.color-4 {
color: #c8d69a;
}
.color-5 {
color: #d9b56d;
}

/* CSS Variables */
:root {
--color-1: #3a593f;
--color-2: #4a784a;
--color-3: #77a35c;
--color-4: #c8d69a;
--color-5: #d9b56d;
}

🌈 Enchanted Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a593f, #4a784a, #77a35c, #c8d69a, #d9b56d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a593f, #4a784a, #77a35c, #c8d69a, #d9b56d);
}

Enchanted Forest color palette created on .