Shades of Green Color Palette
Discover the beautiful Shades of Green color palette featuring atlantis (#b4c32c), tulip tree (#f2b645), burning orange (#ff6d2e), punch (#da3a25) and old brick (#991e2f).
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: #b4c32c;
}
.color-2 {
color: #f2b645;
}
.color-3 {
color: #ff6d2e;
}
.color-4 {
color: #da3a25;
}
.color-5 {
color: #991e2f;
}
/* CSS Variables */
:root {
--color-1: #b4c32c;
--color-2: #f2b645;
--color-3: #ff6d2e;
--color-4: #da3a25;
--color-5: #991e2f;
} 🌈 Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c32c, #f2b645, #ff6d2e, #da3a25, #991e2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c32c, #f2b645, #ff6d2e, #da3a25, #991e2f);
} 🔗 Explore similar color palettes
Shades of Green color palette created on .