Soft Beige Color Palette
Discover the beautiful Soft Beige color palette featuring nomad (#b7b29f), swirl (#d3d0c5), wafer (#e5d5d1), albescent white (#f4e1d2) and champagne (#f9e7d2).
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: #b7b29f;
}
.color-2 {
color: #d3d0c5;
}
.color-3 {
color: #e5d5d1;
}
.color-4 {
color: #f4e1d2;
}
.color-5 {
color: #f9e7d2;
}
/* CSS Variables */
:root {
--color-1: #b7b29f;
--color-2: #d3d0c5;
--color-3: #e5d5d1;
--color-4: #f4e1d2;
--color-5: #f9e7d2;
} 🌈 Soft Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b29f, #d3d0c5, #e5d5d1, #f4e1d2, #f9e7d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b29f, #d3d0c5, #e5d5d1, #f4e1d2, #f9e7d2);
} 🔗 Explore similar color palettes
Soft Beige color palette created on .