Deer in the Headlights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deer in the Headlights palette
Deer in the Headlights color palette PNG image
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);
}
Similar color palettes
Deer in the Headlights color palette created on .