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: #c3c2a7;
}
.color-2 {
color: #aab0a0;
}
.color-3 {
color: #7c7b6a;
}
.color-4 {
color: #4d5b4d;
}
.color-5 {
color: #2d3a27;
}
/* CSS Variables */
:root {
--color-1: #c3c2a7;
--color-2: #aab0a0;
--color-3: #7c7b6a;
--color-4: #4d5b4d;
--color-5: #2d3a27;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3c2a7, #aab0a0, #7c7b6a, #4d5b4d, #2d3a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3c2a7, #aab0a0, #7c7b6a, #4d5b4d, #2d3a27);
}
Similar color palettes
- Natural Taupe
- Frosted Sunrise
- Elegant Green
- Echoes of the Yidaki
- Earthly Elegance
- Emerald Whispers
- Emerald Whispers
- Emerald Whispers
- Earthy Elegance
- Olive Green and Rich Red Harmony
- Elegant Green
- Dark Green Mellow Ivy
- Bridal Greenery
- Emerald Whisper
- Dark Green and Red Harmony
- Green BelowNatural
- Colorful Michel
- Martian Oasis
Shades of Green color palette created on .