Shades of Green Color Palette

Discover the beautiful Shades of Green color palette featuring gum leaf (#a9d6bb), tradewind (#50b99f), sea green (#2c7d5c), green pea (#1b5f3a) and bottle green (#0b3c25).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Nature, Bright, Fun, Light Summer 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: #a9d6bb;
}
.color-2 {
color: #50b99f;
}
.color-3 {
color: #2c7d5c;
}
.color-4 {
color: #1b5f3a;
}
.color-5 {
color: #0b3c25;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #50b99f;
--color-3: #2c7d5c;
--color-4: #1b5f3a;
--color-5: #0b3c25;
}

🌈 Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #50b99f, #2c7d5c, #1b5f3a, #0b3c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #50b99f, #2c7d5c, #1b5f3a, #0b3c25);
}

Shades of Green color palette created on .