Neutral Green Color Palette

Discover the beautiful Neutral Green color palette featuring bud (#a7b29f), swirl (#d4cfc4), satin linen (#e7e2da), dawn pink (#f1e9e4) and pampas (#f5f3f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Light, Minimalist, Neutral, 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 Neutral Green palette

Share this palette to:

💻 Neutral Green color palette CSS

/* CSS */
.color-1 {
color: #a7b29f;
}
.color-2 {
color: #d4cfc4;
}
.color-3 {
color: #e7e2da;
}
.color-4 {
color: #f1e9e4;
}
.color-5 {
color: #f5f3f0;
}

/* CSS Variables */
:root {
--color-1: #a7b29f;
--color-2: #d4cfc4;
--color-3: #e7e2da;
--color-4: #f1e9e4;
--color-5: #f5f3f0;
}

🌈 Neutral Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}

Neutral Green color palette created on .