Natural Deer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Natural Deer palette

Share this palette to:

Download Natural Deer Color Palette (PNG)

Download natural deer color palette PNG image (landscape)
Download natural deer color palette PNG image (square)

Natural Deer color palette CSS

/* CSS */
.color-1 {
color: #a78d6c;
}
.color-2 {
color: #c3b89d;
}
.color-3 {
color: #e4d9b4;
}
.color-4 {
color: #c6b3a4;
}
.color-5 {
color: #8e6b5d;
}

/* CSS Variables */
:root {
--color-1: #a78d6c;
--color-2: #c3b89d;
--color-3: #e4d9b4;
--color-4: #c6b3a4;
--color-5: #8e6b5d;
}

Natural Deer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a78d6c, #c3b89d, #e4d9b4, #c6b3a4, #8e6b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a78d6c, #c3b89d, #e4d9b4, #c6b3a4, #8e6b5d);
}

Natural Deer color palette created on .