Savile Row Color Palette
Discover the beautiful Savile Row color palette featuring indian khaki (#bfaf8d), barley corn (#a4895b), yellow metal (#725b3b), judge gray (#4e3e2c) and bistre (#3a2a1d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Elegant, Fashion, Neutral, Warm, Warm Autumn 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 Savile Row palette
💻 Savile Row color palette CSS
/* CSS */
.color-1 {
color: #bfaf8d;
}
.color-2 {
color: #a4895b;
}
.color-3 {
color: #725b3b;
}
.color-4 {
color: #4e3e2c;
}
.color-5 {
color: #3a2a1d;
}
/* CSS Variables */
:root {
--color-1: #bfaf8d;
--color-2: #a4895b;
--color-3: #725b3b;
--color-4: #4e3e2c;
--color-5: #3a2a1d;
}
🌈 Savile Row background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf8d, #a4895b, #725b3b, #4e3e2c, #3a2a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf8d, #a4895b, #725b3b, #4e3e2c, #3a2a1d);
}
🔗 Explore similar color palettes
Savile Row color palette created on .