Grey Sage Color Palette

Discover the beautiful Grey Sage color palette featuring rainee (#b7c9b0), norway (#a2b79f), pewter (#8fa89d), granny smith (#7d9b92) and como (#4c6b5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Muted, Nature, Sage, 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 Grey Sage palette

Share this palette to:

💻 Grey Sage color palette CSS

/* CSS */
.color-1 {
color: #b7c9b0;
}
.color-2 {
color: #a2b79f;
}
.color-3 {
color: #8fa89d;
}
.color-4 {
color: #7d9b92;
}
.color-5 {
color: #4c6b5e;
}

/* CSS Variables */
:root {
--color-1: #b7c9b0;
--color-2: #a2b79f;
--color-3: #8fa89d;
--color-4: #7d9b92;
--color-5: #4c6b5e;
}

🌈 Grey Sage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c9b0, #a2b79f, #8fa89d, #7d9b92, #4c6b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c9b0, #a2b79f, #8fa89d, #7d9b92, #4c6b5e);
}

Grey Sage color palette created on .