Brown Green Aesthetic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Green Aesthetic palette

Share this palette to:

Brown Green Aesthetic color palette PNG image

Download brown green aesthetic color palette PNG image (landscape)
Download brown green aesthetic color palette PNG image (square)

Brown Green Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #6a4b39;
}
.color-2 {
color: #8e7b5d;
}
.color-3 {
color: #b4c99c;
}
.color-4 {
color: #d8e3ca;
}
.color-5 {
color: #f4f6e9;
}

/* CSS Variables */
:root {
--color-1: #6a4b39;
--color-2: #8e7b5d;
--color-3: #b4c99c;
--color-4: #d8e3ca;
--color-5: #f4f6e9;
}

Brown Green Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b39, #8e7b5d, #b4c99c, #d8e3ca, #f4f6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b39, #8e7b5d, #b4c99c, #d8e3ca, #f4f6e9);
}

Brown Green Aesthetic color palette created on .