Green Gradient Color Palette

Discover the beautiful Green Gradient color palette featuring white (#ffffff), pixie green (#b1d8b1), hippie green (#4e8d4e), parsley (#1c5e1c) and cardin green (#013220).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Nature, 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 Green Gradient palette

Share this palette to:

💻 Green Gradient color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #b1d8b1;
}
.color-3 {
color: #4e8d4e;
}
.color-4 {
color: #1c5e1c;
}
.color-5 {
color: #013220;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #b1d8b1;
--color-3: #4e8d4e;
--color-4: #1c5e1c;
--color-5: #013220;
}

🌈 Green Gradient background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #b1d8b1, #4e8d4e, #1c5e1c, #013220);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #b1d8b1, #4e8d4e, #1c5e1c, #013220);
}

Green Gradient color palette created on .