Shades of Green Color Palette

Discover the beautiful Shades of Green color palette featuring aqua forest (#5e9c78), moss green (#a2d2a5), sidecar (#f2e7c0), tan hide (#fbae5b) and raw sienna (#d68a3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Bright, Nature, 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: #5e9c78;
}
.color-2 {
color: #a2d2a5;
}
.color-3 {
color: #f2e7c0;
}
.color-4 {
color: #fbae5b;
}
.color-5 {
color: #d68a3d;
}

/* CSS Variables */
:root {
--color-1: #5e9c78;
--color-2: #a2d2a5;
--color-3: #f2e7c0;
--color-4: #fbae5b;
--color-5: #d68a3d;
}

🌈 Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e9c78, #a2d2a5, #f2e7c0, #fbae5b, #d68a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e9c78, #a2d2a5, #f2e7c0, #fbae5b, #d68a3d);
}

Shades of Green color palette created on .