Shades of Green Color Palette

Discover the beautiful Shades of Green color palette featuring fruit salad (#4c9e5b), pastel green (#7fd959), celadon (#b3e0a3), sandwisp (#f3f59e) and tan hide (#f9a65d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Nature, Vibrant 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: #4c9e5b;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #b3e0a3;
}
.color-4 {
color: #f3f59e;
}
.color-5 {
color: #f9a65d;
}

/* CSS Variables */
:root {
--color-1: #4c9e5b;
--color-2: #7fd959;
--color-3: #b3e0a3;
--color-4: #f3f59e;
--color-5: #f9a65d;
}

🌈 Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9e5b, #7fd959, #b3e0a3, #f3f59e, #f9a65d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9e5b, #7fd959, #b3e0a3, #f3f59e, #f9a65d);
}

Shades of Green color palette created on .