Shades of Green and Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green and Brown palette
Shades of Green and Brown color palette CSS
/* CSS */
.color-1 {
color: #7d9b3b;
}
.color-2 {
color: #a4c3a2;
}
.color-3 {
color: #dfae53;
}
.color-4 {
color: #d67a2e;
}
.color-5 {
color: #b54c2c;
}
/* CSS Variables */
:root {
--color-1: #7d9b3b;
--color-2: #a4c3a2;
--color-3: #dfae53;
--color-4: #d67a2e;
--color-5: #b54c2c;
}
Shades of Green and Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b3b, #a4c3a2, #dfae53, #d67a2e, #b54c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b3b, #a4c3a2, #dfae53, #d67a2e, #b54c2c);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Shades of Green and Brown color palette created on .