Warm Greens and Browns Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Greens and Browns palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Greens and Browns Color Palette (PNG)
Warm Greens and Browns color palette CSS
/* CSS */
.color-1 {
color: #4a7038;
}
.color-2 {
color: #834934;
}
.color-3 {
color: #ac966c;
}
.color-4 {
color: #b08945;
}
.color-5 {
color: #5b7651;
}
/* CSS Variables */
:root {
--color-1: #4a7038;
--color-2: #834934;
--color-3: #ac966c;
--color-4: #b08945;
--color-5: #5b7651;
}
Warm Greens and Browns background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7038, #834934, #ac966c, #b08945, #5b7651);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7038, #834934, #ac966c, #b08945, #5b7651);
}
Similar color palettes
Warm Greens and Browns color palette created on .