Brown Green Aesthetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Green Aesthetic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Brown Green Aesthetic Color Palette (PNG)
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);
}
Similar color palettes
Brown Green Aesthetic color palette created on .