Muted Poison Ivy Color Palette
Discover the beautiful Muted Poison Ivy color palette featuring hippie green (#5b7e4e), chelsea cucumber (#8dae6f), pine glade (#c1d69f), chrome white (#e4efd1) and ecru white (#f2f5e5).
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 Muted Poison Ivy palette
💻 Muted Poison Ivy color palette CSS
/* CSS */
.color-1 {
color: #5b7e4e;
}
.color-2 {
color: #8dae6f;
}
.color-3 {
color: #c1d69f;
}
.color-4 {
color: #e4efd1;
}
.color-5 {
color: #f2f5e5;
}
/* CSS Variables */
:root {
--color-1: #5b7e4e;
--color-2: #8dae6f;
--color-3: #c1d69f;
--color-4: #e4efd1;
--color-5: #f2f5e5;
} 🌈 Muted Poison Ivy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7e4e, #8dae6f, #c1d69f, #e4efd1, #f2f5e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7e4e, #8dae6f, #c1d69f, #e4efd1, #f2f5e5);
} 🔗 Explore similar color palettes
Muted Poison Ivy color palette created on .