Enchanted Grove Color Palette
Discover the beautiful Enchanted Grove color palette featuring woodland (#3b5a2a), chalet green (#5b7939), chelsea cucumber (#8eb04f), turmeric (#d0c749) and costa del sol (#5b4d2f).
Brightness
Saturation
Warmth
💡 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 Grove palette
💻 Enchanted Grove color palette CSS
/* CSS */
.color-1 {
color: #3b5a2a;
}
.color-2 {
color: #5b7939;
}
.color-3 {
color: #8eb04f;
}
.color-4 {
color: #d0c749;
}
.color-5 {
color: #5b4d2f;
}
/* CSS Variables */
:root {
--color-1: #3b5a2a;
--color-2: #5b7939;
--color-3: #8eb04f;
--color-4: #d0c749;
--color-5: #5b4d2f;
} 🌈 Enchanted Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5a2a, #5b7939, #8eb04f, #d0c749, #5b4d2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5a2a, #5b7939, #8eb04f, #d0c749, #5b4d2f);
} 🔗 Explore similar color palettes
Enchanted Grove color palette created on .