Soft Grey Color Palette

Discover the beautiful Soft Grey color palette featuring bombay (#afb2b6), silver sand (#c1c4c8), iron (#d6d8db), athens gray (#e5e8eb) and athens gray (#f3f5f7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Light, Modern, Minimalist, Soft, Earthy, Elegant, Muted 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 Soft Grey palette

Share this palette to:

💻 Soft Grey color palette CSS

/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #c1c4c8;
}
.color-3 {
color: #d6d8db;
}
.color-4 {
color: #e5e8eb;
}
.color-5 {
color: #f3f5f7;
}

/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #c1c4c8;
--color-3: #d6d8db;
--color-4: #e5e8eb;
--color-5: #f3f5f7;
}

🌈 Soft Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #c1c4c8, #d6d8db, #e5e8eb, #f3f5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #c1c4c8, #d6d8db, #e5e8eb, #f3f5f7);
}

Soft Grey color palette created on .