Brewed Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brewed Elegance palette

Share this palette to:

Brewed Elegance color palette CSS

/* CSS */
.color-1 {
color: #4a3c36;
}
.color-2 {
color: #6e5b4e;
}
.color-3 {
color: #c5a69b;
}
.color-4 {
color: #d8b38d;
}
.color-5 {
color: #f2e0cf;
}

/* CSS Variables */
:root {
--color-1: #4a3c36;
--color-2: #6e5b4e;
--color-3: #c5a69b;
--color-4: #d8b38d;
--color-5: #f2e0cf;
}

Brewed Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c36, #6e5b4e, #c5a69b, #d8b38d, #f2e0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c36, #6e5b4e, #c5a69b, #d8b38d, #f2e0cf);
}

Brewed Elegance color palette created on .