Shades of Green Color Palette

Discover the beautiful Shades of Green color palette featuring conifer (#a1d83b), supernova (#f5c400), geebung (#d77e1d), paarl (#a85f2e) and shingle fawn (#6d4a31).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Earthy, Green, Summer, 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: #a1d83b;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #d77e1d;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #6d4a31;
}

/* CSS Variables */
:root {
--color-1: #a1d83b;
--color-2: #f5c400;
--color-3: #d77e1d;
--color-4: #a85f2e;
--color-5: #6d4a31;
}

🌈 Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d83b, #f5c400, #d77e1d, #a85f2e, #6d4a31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d83b, #f5c400, #d77e1d, #a85f2e, #6d4a31);
}

Shades of Green color palette created on .