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: #38b74b;
}
.color-2 {
color: #6ecf79;
}
.color-3 {
color: #a6e1a3;
}
.color-4 {
color: #d7f4d7;
}
.color-5 {
color: #f8fdf7;
}
/* CSS Variables */
:root {
--color-1: #38b74b;
--color-2: #6ecf79;
--color-3: #a6e1a3;
--color-4: #d7f4d7;
--color-5: #f8fdf7;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38b74b, #6ecf79, #a6e1a3, #d7f4d7, #f8fdf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38b74b, #6ecf79, #a6e1a3, #d7f4d7, #f8fdf7);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Peach Blossom
- Green Blue Cocktail
- Whispering Meadow
- Sugar Swirl Dream
- Serene Blossom
- Olive Grove Harmony
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
- Vivid Tangerine Harmony
- Teal Energy
- Vibrant Coral
- Bella Serenade
- Orange Sunshine
Shades of Green color palette created on .