Vintage Brewed Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Brewed Elegance palette

Share this palette to:

Vintage Brewed Elegance color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d9a259;
}
.color-3 {
color: #a66d3a;
}
.color-4 {
color: #5b3f24;
}
.color-5 {
color: #d1c2a3;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d9a259;
--color-3: #a66d3a;
--color-4: #5b3f24;
--color-5: #d1c2a3;
}

Vintage Brewed Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d9a259, #a66d3a, #5b3f24, #d1c2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d9a259, #a66d3a, #5b3f24, #d1c2a3);
}

Vintage Brewed Elegance color palette created on .