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: #69af4b;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #ff6b81;
}
.color-4 {
color: #4b6abe;
}
.color-5 {
color: #f4c725;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9cb24;
--color-3: #ff6b81;
--color-4: #4b6abe;
--color-5: #f4c725;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9cb24, #ff6b81, #4b6abe, #f4c725);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9cb24, #ff6b81, #4b6abe, #f4c725);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
- Yellow Eclipse
- Red Apple
- Mitsu Yume
- Sunset in the Garden of Adelaide
- Shades of Red
- Blue Green Yellow Watercolor
- Kaleidoscopic Chaos
- International Harmony
- Majestic Mirage
- Shades of Green and Yellow
- Green Zombie Fox
- Warm Mexico
- Shades of Green
- Sunshine Meadow
- Lush Meadow Harmony
- Harvest Harmony
- Sunset Serenade
- Sunset Serenade
Shades of Green color palette created on .