Soft Brown Color Palette
Discover the beautiful Soft Brown color palette featuring spring wood (#f9f7f1), pot pourri (#f0e3d6), rose fog (#e4c6b4), whiskey (#d0a66c) and santa fe (#b86e4c).
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 Brown palette
💻 Soft Brown color palette CSS
/* CSS */
.color-1 {
color: #f9f7f1;
}
.color-2 {
color: #f0e3d6;
}
.color-3 {
color: #e4c6b4;
}
.color-4 {
color: #d0a66c;
}
.color-5 {
color: #b86e4c;
}
/* CSS Variables */
:root {
--color-1: #f9f7f1;
--color-2: #f0e3d6;
--color-3: #e4c6b4;
--color-4: #d0a66c;
--color-5: #b86e4c;
} 🌈 Soft Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f7f1, #f0e3d6, #e4c6b4, #d0a66c, #b86e4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f7f1, #f0e3d6, #e4c6b4, #d0a66c, #b86e4c);
} 🔗 Explore similar color palettes
Soft Brown color palette created on .