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: #d9e000;
}
.color-2 {
color: #a6c700;
}
.color-3 {
color: #77b800;
}
.color-4 {
color: #4bad00;
}
.color-5 {
color: #2a9400;
}
/* CSS Variables */
:root {
--color-1: #d9e000;
--color-2: #a6c700;
--color-3: #77b800;
--color-4: #4bad00;
--color-5: #2a9400;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e000, #a6c700, #77b800, #4bad00, #2a9400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e000, #a6c700, #77b800, #4bad00, #2a9400);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Whispers of Connie
- Vibrant Orange
- Peach Blossom
- Green Blue Cocktail
- Blue Sharky
- Whispering Meadow
- Bright Yellow
- Groovy Garden Fiesta
- Sugar Swirl Dream
- Serene Blossom
- Olive Grove Harmony
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
Shades of Green color palette created on .