Brown Deer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Deer palette

Share this palette to:

Brown Deer color palette CSS

/* CSS */
.color-1 {
color: #7d4c3b;
}
.color-2 {
color: #bea59d;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #f1dfd5;
}
.color-5 {
color: #d6a161;
}

/* CSS Variables */
:root {
--color-1: #7d4c3b;
--color-2: #bea59d;
--color-3: #e9caa5;
--color-4: #f1dfd5;
--color-5: #d6a161;
}

Brown Deer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4c3b, #bea59d, #e9caa5, #f1dfd5, #d6a161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4c3b, #bea59d, #e9caa5, #f1dfd5, #d6a161);
}

Brown Deer color palette created on .