Pastel Green Color Palette

Discover the beautiful Pastel Green color palette featuring conifer (#a3d55d), granny smith apple (#b2e59e), tea green (#c9f1b1), tea green (#e4f7d9) and bianca (#f9fcf3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Soft, Spring, Pastel 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 Pastel Green palette

Share this palette to:

💻 Pastel Green color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #b2e59e;
}
.color-3 {
color: #c9f1b1;
}
.color-4 {
color: #e4f7d9;
}
.color-5 {
color: #f9fcf3;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #b2e59e;
--color-3: #c9f1b1;
--color-4: #e4f7d9;
--color-5: #f9fcf3;
}

🌈 Pastel Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #b2e59e, #c9f1b1, #e4f7d9, #f9fcf3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #b2e59e, #c9f1b1, #e4f7d9, #f9fcf3);
}

Pastel Green color palette created on .