Green Weed Color Palette

Discover the beautiful Green Weed color palette featuring mantis (#6bbf5a), feijoa (#8ed790), granny smith apple (#a2e4a0), gossip (#d1f4a9) and corn field (#f2f9be).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Nature, Spring, Fun 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 Green Weed palette

Share this palette to:

💻 Green Weed color palette CSS

/* CSS */
.color-1 {
color: #6bbf5a;
}
.color-2 {
color: #8ed790;
}
.color-3 {
color: #a2e4a0;
}
.color-4 {
color: #d1f4a9;
}
.color-5 {
color: #f2f9be;
}

/* CSS Variables */
:root {
--color-1: #6bbf5a;
--color-2: #8ed790;
--color-3: #a2e4a0;
--color-4: #d1f4a9;
--color-5: #f2f9be;
}

🌈 Green Weed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bbf5a, #8ed790, #a2e4a0, #d1f4a9, #f2f9be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bbf5a, #8ed790, #a2e4a0, #d1f4a9, #f2f9be);
}

Green Weed color palette created on .