Shades of Green Color Palette

Discover the beautiful Shades of Green color palette featuring blue bayoux (#4d6d7a), oxley (#7c9c8f), sprout (#b2d6a8), wheat (#f2e1ab) and rose bud (#f6aba2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Nature, Soft, Spring 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: #4d6d7a;
}
.color-2 {
color: #7c9c8f;
}
.color-3 {
color: #b2d6a8;
}
.color-4 {
color: #f2e1ab;
}
.color-5 {
color: #f6aba2;
}

/* CSS Variables */
:root {
--color-1: #4d6d7a;
--color-2: #7c9c8f;
--color-3: #b2d6a8;
--color-4: #f2e1ab;
--color-5: #f6aba2;
}

🌈 Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6d7a, #7c9c8f, #b2d6a8, #f2e1ab, #f6aba2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6d7a, #7c9c8f, #b2d6a8, #f2e1ab, #f6aba2);
}

Shades of Green color palette created on .