Soft Beige Color Palette
Discover the beautiful Soft Beige color palette featuring double spanish white (#e6d3b7), soft amber (#d3c6b6), bison hide (#c1b19f), sinbad (#a7d7c3) and albescent white (#f5e3d6).
Brightness
Saturation
Warmth
💡 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 Beige palette
💻 Soft Beige color palette CSS
/* CSS */
.color-1 {
color: #e6d3b7;
}
.color-2 {
color: #d3c6b6;
}
.color-3 {
color: #c1b19f;
}
.color-4 {
color: #a7d7c3;
}
.color-5 {
color: #f5e3d6;
}
/* CSS Variables */
:root {
--color-1: #e6d3b7;
--color-2: #d3c6b6;
--color-3: #c1b19f;
--color-4: #a7d7c3;
--color-5: #f5e3d6;
} 🌈 Soft Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d3b7, #d3c6b6, #c1b19f, #a7d7c3, #f5e3d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d3b7, #d3c6b6, #c1b19f, #a7d7c3, #f5e3d6);
} 🔗 Explore similar color palettes
Soft Beige color palette created on .