Brown Vanilla Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Vanilla palette

Share this palette to:

Download Brown Vanilla Color Palette (PNG)

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: #d5c39a;
}
.color-2 {
color: #bea989;
}
.color-3 {
color: #a98b66;
}
.color-4 {
color: #895539;
}
.color-5 {
color: #5a3726;
}

/* CSS Variables */
:root {
--color-1: #d5c39a;
--color-2: #bea989;
--color-3: #a98b66;
--color-4: #895539;
--color-5: #5a3726;
}

Brown Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c39a, #bea989, #a98b66, #895539, #5a3726);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c39a, #bea989, #a98b66, #895539, #5a3726);
}

Brown Vanilla color palette created on .