Earthy Brew Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Brew palette

Share this palette to:

Earthy Brew color palette PNG image

Download earthy brew color palette PNG image (landscape)
Download earthy brew color palette PNG image (square)

Earthy Brew color palette CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #a45d3d;
}
.color-3 {
color: #c9a68d;
}
.color-4 {
color: #e4d1b9;
}
.color-5 {
color: #794c39;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #a45d3d;
--color-3: #c9a68d;
--color-4: #e4d1b9;
--color-5: #794c39;
}

Earthy Brew background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #a45d3d, #c9a68d, #e4d1b9, #794c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #a45d3d, #c9a68d, #e4d1b9, #794c39);
}

Earthy Brew color palette created on .