Desaturated Green Color Palette

Discover the beautiful Desaturated Green color palette featuring cadet blue (#a4b2c1), clay ash (#b7cab4), beryl green (#d1dfb3), zombie (#e3d1a1) and mandys pink (#f0c09e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Desaturated Green color palette CSS

/* CSS */
.color-1 {
color: #a4b2c1;
}
.color-2 {
color: #b7cab4;
}
.color-3 {
color: #d1dfb3;
}
.color-4 {
color: #e3d1a1;
}
.color-5 {
color: #f0c09e;
}

/* CSS Variables */
:root {
--color-1: #a4b2c1;
--color-2: #b7cab4;
--color-3: #d1dfb3;
--color-4: #e3d1a1;
--color-5: #f0c09e;
}

🌈 Desaturated Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b2c1, #b7cab4, #d1dfb3, #e3d1a1, #f0c09e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b2c1, #b7cab4, #d1dfb3, #e3d1a1, #f0c09e);
}

Desaturated Green color palette created on .