Shades of Green Color Palette

Discover the beautiful Shades of Green color palette featuring chartreuse (#8cff00), carnaby tan (#5c2b00), crete (#7b7f29), corn (#d6b300) and indochine (#b36b00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Green, Spring, Summer 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: #8cff00;
}
.color-2 {
color: #5c2b00;
}
.color-3 {
color: #7b7f29;
}
.color-4 {
color: #d6b300;
}
.color-5 {
color: #b36b00;
}

/* CSS Variables */
:root {
--color-1: #8cff00;
--color-2: #5c2b00;
--color-3: #7b7f29;
--color-4: #d6b300;
--color-5: #b36b00;
}

🌈 Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cff00, #5c2b00, #7b7f29, #d6b300, #b36b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cff00, #5c2b00, #7b7f29, #d6b300, #b36b00);
}

Shades of Green color palette created on .