Deer in the Headlights Color Palette
Discover the beautiful Deer in the Headlights color palette featuring akaroa (#d1c0a3), sandal (#af896a), ironstone (#794b39), livid brown (#582c3a) and cocoa brown (#2d1a2c).
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 in the Headlights palette
💻 Deer in the Headlights color palette CSS
/* CSS */
.color-1 {
color: #d1c0a3;
}
.color-2 {
color: #af896a;
}
.color-3 {
color: #794b39;
}
.color-4 {
color: #582c3a;
}
.color-5 {
color: #2d1a2c;
}
/* CSS Variables */
:root {
--color-1: #d1c0a3;
--color-2: #af896a;
--color-3: #794b39;
--color-4: #582c3a;
--color-5: #2d1a2c;
} 🌈 Deer in the Headlights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c0a3, #af896a, #794b39, #582c3a, #2d1a2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c0a3, #af896a, #794b39, #582c3a, #2d1a2c);
} 🔗 Explore similar color palettes
Deer in the Headlights color palette created on .