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: #895b29;
}
.color-2 {
color: #c89e5b;
}
.color-3 {
color: #e6b56b;
}
.color-4 {
color: #f2d66e;
}
.color-5 {
color: #f4b79f;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c89e5b;
--color-3: #e6b56b;
--color-4: #f2d66e;
--color-5: #f4b79f;
}
Brown Deer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c89e5b, #e6b56b, #f2d66e, #f4b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c89e5b, #e6b56b, #f2d66e, #f4b79f);
}
Similar color palettes
Brown Deer color palette created on .