Brown Vanilla Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Vanilla palette

Share this palette to:

Brown Vanilla color palette PNG image

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

Brown Vanilla color palette CSS

/* CSS */
.color-1 {
color: #d7c9a3;
}
.color-2 {
color: #bfae92;
}
.color-3 {
color: #a78d6c;
}
.color-4 {
color: #8a593d;
}
.color-5 {
color: #5a3a2a;
}

/* CSS Variables */
:root {
--color-1: #d7c9a3;
--color-2: #bfae92;
--color-3: #a78d6c;
--color-4: #8a593d;
--color-5: #5a3a2a;
}

Brown Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c9a3, #bfae92, #a78d6c, #8a593d, #5a3a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c9a3, #bfae92, #a78d6c, #8a593d, #5a3a2a);
}

Brown Vanilla color palette created on .