Green Witch Color Palette
Discover the beautiful Green Witch color palette featuring clover (#3e5714), olive drab (#5b8422), sycamore (#73973d), olive green (#9da854) and chelsea cucumber (#7fa24a).
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 Green Witch palette
💻 Green Witch color palette CSS
/* CSS */
.color-1 {
color: #3e5714;
}
.color-2 {
color: #5b8422;
}
.color-3 {
color: #73973d;
}
.color-4 {
color: #9da854;
}
.color-5 {
color: #7fa24a;
}
/* CSS Variables */
:root {
--color-1: #3e5714;
--color-2: #5b8422;
--color-3: #73973d;
--color-4: #9da854;
--color-5: #7fa24a;
} 🌈 Green Witch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5714, #5b8422, #73973d, #9da854, #7fa24a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5714, #5b8422, #73973d, #9da854, #7fa24a);
} 🔗 Explore similar color palettes
Green Witch color palette created on .