Brown Milky Way Color Palette
Discover the beautiful Brown Milky Way color palette featuring parchment (#f2e5d4), vanilla (#d5c4b3), quicksand (#c2a599), del rio (#b18e8b) and sandstone (#7b6a65).
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 Brown Milky Way palette
💻 Brown Milky Way color palette CSS
/* CSS */
.color-1 {
color: #f2e5d4;
}
.color-2 {
color: #d5c4b3;
}
.color-3 {
color: #c2a599;
}
.color-4 {
color: #b18e8b;
}
.color-5 {
color: #7b6a65;
}
/* CSS Variables */
:root {
--color-1: #f2e5d4;
--color-2: #d5c4b3;
--color-3: #c2a599;
--color-4: #b18e8b;
--color-5: #7b6a65;
} 🌈 Brown Milky Way background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5d4, #d5c4b3, #c2a599, #b18e8b, #7b6a65);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5d4, #d5c4b3, #c2a599, #b18e8b, #7b6a65);
} 🔗 Explore similar color palettes
Brown Milky Way color palette created on .