Brown Deer Color Palette
Discover the beautiful Brown Deer color palette featuring cameo (#d8b99c), old rose (#c5997d), muddy waters (#b87d6b), matrix (#a85e4d) and ironstone (#894a39).
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 Deer palette
💻 Brown Deer color palette CSS
/* CSS */
.color-1 {
color: #d8b99c;
}
.color-2 {
color: #c5997d;
}
.color-3 {
color: #b87d6b;
}
.color-4 {
color: #a85e4d;
}
.color-5 {
color: #894a39;
}
/* CSS Variables */
:root {
--color-1: #d8b99c;
--color-2: #c5997d;
--color-3: #b87d6b;
--color-4: #a85e4d;
--color-5: #894a39;
} 🌈 Brown Deer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b99c, #c5997d, #b87d6b, #a85e4d, #894a39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b99c, #c5997d, #b87d6b, #a85e4d, #894a39);
} 🔗 Explore similar color palettes
Brown Deer color palette created on .