Shades of Green Color Palette

Discover the beautiful Shades of Green color palette featuring green haze (#00ad40), shamrock (#3bce7d), celadon (#a8e1b2), saffron (#f4cf3e) and burning orange (#ff6d2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Spring, Tropical, Fun color palettes and combinations.

💡 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

Share this palette to:

💻 Shades of Green color palette CSS

/* CSS */
.color-1 {
color: #00ad40;
}
.color-2 {
color: #3bce7d;
}
.color-3 {
color: #a8e1b2;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #00ad40;
--color-2: #3bce7d;
--color-3: #a8e1b2;
--color-4: #f4cf3e;
--color-5: #ff6d2e;
}

🌈 Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ad40, #3bce7d, #a8e1b2, #f4cf3e, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ad40, #3bce7d, #a8e1b2, #f4cf3e, #ff6d2e);
}

Shades of Green color palette created on .