Warm Vintage Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Vintage Brown palette

Share this palette to:

Warm Vintage Brown color palette CSS

/* CSS */
.color-1 {
color: #d6c5b8;
}
.color-2 {
color: #c5a68c;
}
.color-3 {
color: #a67c5e;
}
.color-4 {
color: #8a4c3d;
}
.color-5 {
color: #6b2d29;
}

/* CSS Variables */
:root {
--color-1: #d6c5b8;
--color-2: #c5a68c;
--color-3: #a67c5e;
--color-4: #8a4c3d;
--color-5: #6b2d29;
}

Warm Vintage Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c5b8, #c5a68c, #a67c5e, #8a4c3d, #6b2d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c5b8, #c5a68c, #a67c5e, #8a4c3d, #6b2d29);
}

Warm Vintage Brown color palette created on .