Enchanted Forest Color Palette
Discover the beautiful Enchanted Forest color palette featuring moss green (#b5e0b2), moss green (#9bcf9e), bay leaf (#7db08b), aqua forest (#5ea176) and viridian (#3f8d62).
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 Forest palette
💻 Enchanted Forest color palette CSS
/* CSS */
.color-1 {
color: #b5e0b2;
}
.color-2 {
color: #9bcf9e;
}
.color-3 {
color: #7db08b;
}
.color-4 {
color: #5ea176;
}
.color-5 {
color: #3f8d62;
}
/* CSS Variables */
:root {
--color-1: #b5e0b2;
--color-2: #9bcf9e;
--color-3: #7db08b;
--color-4: #5ea176;
--color-5: #3f8d62;
}
🌈 Enchanted Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5e0b2, #9bcf9e, #7db08b, #5ea176, #3f8d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5e0b2, #9bcf9e, #7db08b, #5ea176, #3f8d62);
}
🔗 Explore similar color palettes
Enchanted Forest color palette created on .