Shades of Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #7d9c6d;
}
.color-2 {
color: #a1c69f;
}
.color-3 {
color: #d3e4d7;
}
.color-4 {
color: #e8b7a1;
}
.color-5 {
color: #b77b8e;
}
/* CSS Variables */
:root {
--color-1: #7d9c6d;
--color-2: #a1c69f;
--color-3: #d3e4d7;
--color-4: #e8b7a1;
--color-5: #b77b8e;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c6d, #a1c69f, #d3e4d7, #e8b7a1, #b77b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c6d, #a1c69f, #d3e4d7, #e8b7a1, #b77b8e);
}
Similar color palettes
Scroll down to explore 100 Green color palettes
- Green Evil
- Twilight Forest Expedition
- Whispers of Autumn Blossoms
- Whispers of Autumn Grove
- Harvest Moon Serenade
- Shades of Olive
- Warm Rowan
- Vibrant Orchard Delight
- Serene Embrace
- Serene Embrace
- Shades of Green
- Earthy Green
- Shades of Green
- Shades of Green
- Muted Earthy Tones
- Mushroom Grove
- Nature's Embrace
- Earthy Green
Shades of Green color palette created on .