Discover the beautiful Desaturated Green color palette featuring rainee (#b0c7a3), coriander (#c7d1b7), moon mist (#e2e3d4), ronchi (#f1c84b) and luxor gold (#a47c2d).

Desaturated Green Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Desaturated Green palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Desaturated Green palette

Share this palette to:

💻 Desaturated Green color palette CSS

/* CSS */
.color-1 {
color: #b0c7a3;
}
.color-2 {
color: #c7d1b7;
}
.color-3 {
color: #e2e3d4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #a47c2d;
}

/* CSS Variables */
:root {
--color-1: #b0c7a3;
--color-2: #c7d1b7;
--color-3: #e2e3d4;
--color-4: #f1c84b;
--color-5: #a47c2d;
}

🌈 Desaturated Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c7a3, #c7d1b7, #e2e3d4, #f1c84b, #a47c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c7a3, #c7d1b7, #e2e3d4, #f1c84b, #a47c2d);
}

Desaturated Green color palette created on .