Shades of Brown Color Palette
Discover the beautiful Shades of Brown color palette featuring mandys pink (#f4bfb4), tonys pink (#e8a49b), japonica (#d17c6b), brown rust (#b96c46) and spicy mix (#7e5b3e).
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 Shades of Brown palette
💻 Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #f4bfb4;
}
.color-2 {
color: #e8a49b;
}
.color-3 {
color: #d17c6b;
}
.color-4 {
color: #b96c46;
}
.color-5 {
color: #7e5b3e;
}
/* CSS Variables */
:root {
--color-1: #f4bfb4;
--color-2: #e8a49b;
--color-3: #d17c6b;
--color-4: #b96c46;
--color-5: #7e5b3e;
}
🌈 Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4bfb4, #e8a49b, #d17c6b, #b96c46, #7e5b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4bfb4, #e8a49b, #d17c6b, #b96c46, #7e5b3e);
}
🔗 Explore similar color palettes
Shades of Brown color palette created on .