Brown Whitetail Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Whitetail palette

Share this palette to:

Download Brown Whitetail Color Palette (PNG)

Download brown whitetail color palette PNG image (landscape)
Download brown whitetail color palette PNG image (square)

Brown Whitetail color palette CSS

/* CSS */
.color-1 {
color: #5a3e2b;
}
.color-2 {
color: #a3694d;
}
.color-3 {
color: #eabf8a;
}
.color-4 {
color: #f5d38a;
}
.color-5 {
color: #d6b3a4;
}

/* CSS Variables */
:root {
--color-1: #5a3e2b;
--color-2: #a3694d;
--color-3: #eabf8a;
--color-4: #f5d38a;
--color-5: #d6b3a4;
}

Brown Whitetail background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e2b, #a3694d, #eabf8a, #f5d38a, #d6b3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e2b, #a3694d, #eabf8a, #f5d38a, #d6b3a4);
}

Brown Whitetail color palette created on .