Shades of Green Color Palette
Discover the beautiful Shades of Green color palette featuring killarney (#3c6d4e), spring leaves (#5c8a6d), summer green (#8bc1a4), edgewater (#c1e1d4) and ecru white (#f0f4e6).
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: #3c6d4e;
}
.color-2 {
color: #5c8a6d;
}
.color-3 {
color: #8bc1a4;
}
.color-4 {
color: #c1e1d4;
}
.color-5 {
color: #f0f4e6;
}
/* CSS Variables */
:root {
--color-1: #3c6d4e;
--color-2: #5c8a6d;
--color-3: #8bc1a4;
--color-4: #c1e1d4;
--color-5: #f0f4e6;
} 🌈 Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6d4e, #5c8a6d, #8bc1a4, #c1e1d4, #f0f4e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6d4e, #5c8a6d, #8bc1a4, #c1e1d4, #f0f4e6);
} 🔗 Explore similar color palettes
Shades of Green color palette created on .