Witchy Green Color Palette
Discover the beautiful Witchy Green color palette featuring olive drab (#5c8d2a), feijoa (#a7d46e), gossip (#e1f4a4), corn field (#f4f8b9) and beryl green (#d2e6b7).
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 Witchy Green palette
💻 Witchy Green color palette CSS
/* CSS */
.color-1 {
color: #5c8d2a;
}
.color-2 {
color: #a7d46e;
}
.color-3 {
color: #e1f4a4;
}
.color-4 {
color: #f4f8b9;
}
.color-5 {
color: #d2e6b7;
}
/* CSS Variables */
:root {
--color-1: #5c8d2a;
--color-2: #a7d46e;
--color-3: #e1f4a4;
--color-4: #f4f8b9;
--color-5: #d2e6b7;
}
🌈 Witchy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8d2a, #a7d46e, #e1f4a4, #f4f8b9, #d2e6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8d2a, #a7d46e, #e1f4a4, #f4f8b9, #d2e6b7);
}
🔗 Explore similar color palettes
Witchy Green color palette created on .