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: #a8d18f;
}
.color-2 {
color: #70af46;
}
.color-3 {
color: #4d8e3e;
}
.color-4 {
color: #3b7a2e;
}
.color-5 {
color: #2d5b20;
}
/* CSS Variables */
:root {
--color-1: #a8d18f;
--color-2: #70af46;
--color-3: #4d8e3e;
--color-4: #3b7a2e;
--color-5: #2d5b20;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d18f, #70af46, #4d8e3e, #3b7a2e, #2d5b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d18f, #70af46, #4d8e3e, #3b7a2e, #2d5b20);
}
Similar color palettes
- Shades of Green
- Minted Oasis
- Oceanic Whisper
- Whispers of Renewal
- Frosted Serenity
- Tropical Serenity
- Melody of Blooms
- Fierce Jungle Vibes
- Tranquil Autumn Breeze
- Whimsical Orchard
- Mystic Oasis
- Shades of Purple
- Vibrant Harmony
- Vibrant Purple
- Shades of Blue and Red
- Shades of Green
- Botanical Bliss
- Whimsical Garden Dreams
Shades of Green color palette created on .