Shades of Green Ivy Color Palette
Discover the beautiful Shades of Green Ivy color palette featuring tom thumb (#2f4e2c), axolotl (#496e4d), highland (#7b9c6d), spring rain (#a8caa5) and zanah (#d4ead2).
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 Shades of Green Ivy palette
💻 Shades of Green Ivy color palette CSS
/* CSS */
.color-1 {
color: #2f4e2c;
}
.color-2 {
color: #496e4d;
}
.color-3 {
color: #7b9c6d;
}
.color-4 {
color: #a8caa5;
}
.color-5 {
color: #d4ead2;
}
/* CSS Variables */
:root {
--color-1: #2f4e2c;
--color-2: #496e4d;
--color-3: #7b9c6d;
--color-4: #a8caa5;
--color-5: #d4ead2;
}
🌈 Shades of Green Ivy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4e2c, #496e4d, #7b9c6d, #a8caa5, #d4ead2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4e2c, #496e4d, #7b9c6d, #a8caa5, #d4ead2);
}
🔗 Explore similar color palettes
Shades of Green Ivy color palette created on .