Shades of Green Apple Color Palette

Discover the beautiful Shades of Green Apple color palette featuring granny smith apple (#a7df9f), mantis (#6ebe46), crete (#4a7c2d), woodland (#3b5a26) and mallard (#2b3b1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Vibrant, Summer, Light 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 Apple palette

Share this palette to:

💻 Shades of Green Apple color palette CSS

/* CSS */
.color-1 {
color: #a7df9f;
}
.color-2 {
color: #6ebe46;
}
.color-3 {
color: #4a7c2d;
}
.color-4 {
color: #3b5a26;
}
.color-5 {
color: #2b3b1c;
}

/* CSS Variables */
:root {
--color-1: #a7df9f;
--color-2: #6ebe46;
--color-3: #4a7c2d;
--color-4: #3b5a26;
--color-5: #2b3b1c;
}

🌈 Shades of Green Apple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7df9f, #6ebe46, #4a7c2d, #3b5a26, #2b3b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7df9f, #6ebe46, #4a7c2d, #3b5a26, #2b3b1c);
}

Shades of Green Apple color palette created on .