Soft Greige Color Palette

Discover the beautiful Soft Greige color palette featuring soft amber (#d8c8bb), pearl bush (#e7dfd5), white linen (#f7ede3), fantasy (#faf4f0) and parchment (#f1e4d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Pink, Warm, Soft, Earthy, Minimalist, Elegant, Light Summer 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 Greige palette

Share this palette to:

💻 Soft Greige color palette CSS

/* CSS */
.color-1 {
color: #d8c8bb;
}
.color-2 {
color: #e7dfd5;
}
.color-3 {
color: #f7ede3;
}
.color-4 {
color: #faf4f0;
}
.color-5 {
color: #f1e4d5;
}

/* CSS Variables */
:root {
--color-1: #d8c8bb;
--color-2: #e7dfd5;
--color-3: #f7ede3;
--color-4: #faf4f0;
--color-5: #f1e4d5;
}

🌈 Soft Greige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c8bb, #e7dfd5, #f7ede3, #faf4f0, #f1e4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c8bb, #e7dfd5, #f7ede3, #faf4f0, #f1e4d5);
}

Soft Greige color palette created on .