Brown Deer Color Palette
Discover the beautiful Brown Deer color palette featuring cumin (#924126), tuscany (#b95127), di serria (#e29e55), new orleans (#f1cd93) and saffron (#f1c541).
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: #924126;
}
.color-2 {
color: #b95127;
}
.color-3 {
color: #e29e55;
}
.color-4 {
color: #f1cd93;
}
.color-5 {
color: #f1c541;
}
/* CSS Variables */
:root {
--color-1: #924126;
--color-2: #b95127;
--color-3: #e29e55;
--color-4: #f1cd93;
--color-5: #f1c541;
}
🌈 Brown Deer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #924126, #b95127, #e29e55, #f1cd93, #f1c541);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #924126, #b95127, #e29e55, #f1cd93, #f1c541);
}
🔗 Explore similar color palettes
Brown Deer color palette created on .