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: #48991a;
}
.color-2 {
color: #e0c04d;
}
.color-3 {
color: #d66b29;
}
.color-4 {
color: #6c281e;
}
.color-5 {
color: #a45b8d;
}
/* CSS Variables */
:root {
--color-1: #48991a;
--color-2: #e0c04d;
--color-3: #d66b29;
--color-4: #6c281e;
--color-5: #a45b8d;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #48991a, #e0c04d, #d66b29, #6c281e, #a45b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #48991a, #e0c04d, #d66b29, #6c281e, #a45b8d);
}
Similar color palettes
- Harvest Harmony
- Tropical Tigerfish Tones
- Dimitri's Radiance
- Harmony of Gakushu
- Embers and Evergreen
- Bright Yellow
- Sunset Serenade
- Whimsical Prescription
- Vibrant Pulse
- Shades of Green
- Energetic Orange
- Sunny Beach
- Digital Canvas Vibrance
- Teal and Gold
- Elegance in Equilibrium
- Sunny Meadow Eggs
- Tropical Sunrise
- Sakura Serenity
Shades of Green color palette created on .