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: #7fd959;
}
.color-2 {
color: #f1e1a7;
}
.color-3 {
color: #ff6933;
}
.color-4 {
color: #4973b6;
}
.color-5 {
color: #f2a6af;
}
/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f1e1a7;
--color-3: #ff6933;
--color-4: #4973b6;
--color-5: #f2a6af;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f1e1a7, #ff6933, #4973b6, #f2a6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f1e1a7, #ff6933, #4973b6, #f2a6af);
}
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 .