Pastel Green Color Palette

Discover the beautiful Pastel Green color palette featuring beryl green (#d5e1b7), spring rain (#a7caa0), tusk (#f3f1c4), kobi (#eab8d1) and wewak (#f29d9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Pink, Soft 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: #d5e1b7;
}
.color-2 {
color: #a7caa0;
}
.color-3 {
color: #f3f1c4;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f29d9c;
}

/* CSS Variables */
:root {
--color-1: #d5e1b7;
--color-2: #a7caa0;
--color-3: #f3f1c4;
--color-4: #eab8d1;
--color-5: #f29d9c;
}

🌈 Pastel Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e1b7, #a7caa0, #f3f1c4, #eab8d1, #f29d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e1b7, #a7caa0, #f3f1c4, #eab8d1, #f29d9c);
}

Pastel Green color palette created on .