Soft Greige Color Palette
Discover the beautiful Soft Greige color palette featuring soft amber (#d8c8bb), pearl bush (#e8e0d6), white linen (#f7ede3), fantasy (#faf5f1) and parchment (#f1e4d5).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Elegant, Light Summer, Minimalist, Pink, Soft, Warm 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
💻 Soft Greige color palette CSS
/* CSS */
.color-1 {
color: #d8c8bb;
}
.color-2 {
color: #e8e0d6;
}
.color-3 {
color: #f7ede3;
}
.color-4 {
color: #faf5f1;
}
.color-5 {
color: #f1e4d5;
}
/* CSS Variables */
:root {
--color-1: #d8c8bb;
--color-2: #e8e0d6;
--color-3: #f7ede3;
--color-4: #faf5f1;
--color-5: #f1e4d5;
} 🌈 Soft Greige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c8bb, #e8e0d6, #f7ede3, #faf5f1, #f1e4d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c8bb, #e8e0d6, #f7ede3, #faf5f1, #f1e4d5);
} 🔗 Explore similar color palettes
Soft Greige color palette created on .