Shades of Green Color Palette
Discover the beautiful Shades of Green color palette featuring eucalyptus (#1d8b5a), emerald (#4fbf8f), algae green (#8ee6b0), chardonnay (#ffcc80) and bittersweet (#ff6e61).
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: #1d8b5a;
}
.color-2 {
color: #4fbf8f;
}
.color-3 {
color: #8ee6b0;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1d8b5a;
--color-2: #4fbf8f;
--color-3: #8ee6b0;
--color-4: #ffcc80;
--color-5: #ff6e61;
}
🌈 Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b5a, #4fbf8f, #8ee6b0, #ffcc80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b5a, #4fbf8f, #8ee6b0, #ffcc80, #ff6e61);
}
🔗 Explore similar color palettes
Shades of Green color palette created on .