Deer Color Palette
Discover the beautiful Deer color palette featuring brown rust (#b65d3a), coral tree (#a66b5e), tan (#d1b289), brandy (#e0c0a4) and albescent white (#f6e4d5).
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 Deer palette
💻 Deer color palette CSS
/* CSS */
.color-1 {
color: #b65d3a;
}
.color-2 {
color: #a66b5e;
}
.color-3 {
color: #d1b289;
}
.color-4 {
color: #e0c0a4;
}
.color-5 {
color: #f6e4d5;
}
/* CSS Variables */
:root {
--color-1: #b65d3a;
--color-2: #a66b5e;
--color-3: #d1b289;
--color-4: #e0c0a4;
--color-5: #f6e4d5;
} 🌈 Deer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65d3a, #a66b5e, #d1b289, #e0c0a4, #f6e4d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65d3a, #a66b5e, #d1b289, #e0c0a4, #f6e4d5);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Deer color palette created on .