Brown Deer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Deer palette
Brown Deer color palette CSS
/* CSS */
.color-1 {
color: #b59c78;
}
.color-2 {
color: #d6ceae;
}
.color-3 {
color: #e4b89a;
}
.color-4 {
color: #c7a71a;
}
.color-5 {
color: #8c5a4f;
}
/* CSS Variables */
:root {
--color-1: #b59c78;
--color-2: #d6ceae;
--color-3: #e4b89a;
--color-4: #c7a71a;
--color-5: #8c5a4f;
}
Brown Deer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59c78, #d6ceae, #e4b89a, #c7a71a, #8c5a4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59c78, #d6ceae, #e4b89a, #c7a71a, #8c5a4f);
}
Similar color palettes
Scroll down to explore 200+ Autumn color palettes
Brown Deer color palette created on .