Shades of Green Color Palette
Discover the beautiful Shades of Green color palette featuring wattle (#d1d93f), atlantis (#a5c639), sushi (#6bbf3b), apple (#3dae45) and forest green (#1f893d).
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 palette
💻 Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #d1d93f;
}
.color-2 {
color: #a5c639;
}
.color-3 {
color: #6bbf3b;
}
.color-4 {
color: #3dae45;
}
.color-5 {
color: #1f893d;
}
/* CSS Variables */
:root {
--color-1: #d1d93f;
--color-2: #a5c639;
--color-3: #6bbf3b;
--color-4: #3dae45;
--color-5: #1f893d;
} 🌈 Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d93f, #a5c639, #6bbf3b, #3dae45, #1f893d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d93f, #a5c639, #6bbf3b, #3dae45, #1f893d);
} 🔗 Explore similar color palettes
Shades of Green color palette created on .