Soft Taupe Color Palette
Discover the beautiful Soft Taupe color palette featuring quicksand (#b89a8e), vanilla (#d2b8a3), bone (#e7d0c5), albescent white (#f5e2d1) and grain brown (#e0c8ae).
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 Taupe palette
💻 Soft Taupe color palette CSS
/* CSS */
.color-1 {
color: #b89a8e;
}
.color-2 {
color: #d2b8a3;
}
.color-3 {
color: #e7d0c5;
}
.color-4 {
color: #f5e2d1;
}
.color-5 {
color: #e0c8ae;
}
/* CSS Variables */
:root {
--color-1: #b89a8e;
--color-2: #d2b8a3;
--color-3: #e7d0c5;
--color-4: #f5e2d1;
--color-5: #e0c8ae;
}
🌈 Soft Taupe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89a8e, #d2b8a3, #e7d0c5, #f5e2d1, #e0c8ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89a8e, #d2b8a3, #e7d0c5, #f5e2d1, #e0c8ae);
}
🔗 Explore similar color palettes
Soft Taupe color palette created on .