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: #4b7d2b;
}
.color-2 {
color: #71bf4f;
}
.color-3 {
color: #9eda6c;
}
.color-4 {
color: #d3e7a6;
}
.color-5 {
color: #f7f2e9;
}
/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #71bf4f;
--color-3: #9eda6c;
--color-4: #d3e7a6;
--color-5: #f7f2e9;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #71bf4f, #9eda6c, #d3e7a6, #f7f2e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #71bf4f, #9eda6c, #d3e7a6, #f7f2e9);
}
Similar color palettes
- Horizon Harmony
- Cypress
- Whispers of the Forest
- Serene Sage Harmony
- Green Chaos
- Deep Rooted Greenery
- Shades of Green
- Dark Green Shades
- Shades of Medieval Green
- Enchanted Forest Embrace
- Dark Green Serenity
- Oceanic Serenity
- Golden Meadow Breeze
- Minted Cocoa Bliss
- Forest Ember Clan
- Shades of Brown Blue
- Oceanic Serenity
- Tropical Forest Dawn
Shades of Green color palette created on .