Enchanted Forest Haven Color Palette
Discover the beautiful Enchanted Forest Haven color palette featuring goblin (#3a7e3d), fruit salad (#5d9d53), fern (#77b569), feijoa (#a2d996) and beryl green (#d5e6b7).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withForest, Green, Nature, 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 Haven palette
💻 Enchanted Forest Haven color palette CSS
/* CSS */
.color-1 {
color: #3a7e3d;
}
.color-2 {
color: #5d9d53;
}
.color-3 {
color: #77b569;
}
.color-4 {
color: #a2d996;
}
.color-5 {
color: #d5e6b7;
}
/* CSS Variables */
:root {
--color-1: #3a7e3d;
--color-2: #5d9d53;
--color-3: #77b569;
--color-4: #a2d996;
--color-5: #d5e6b7;
}
🌈 Enchanted Forest Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e3d, #5d9d53, #77b569, #a2d996, #d5e6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e3d, #5d9d53, #77b569, #a2d996, #d5e6b7);
}
🔗 Explore similar color palettes
Enchanted Forest Haven color palette created on .