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: #a7d7b8;
}
.color-2 {
color: #72b1a0;
}
.color-3 {
color: #4cae87;
}
.color-4 {
color: #29896b;
}
.color-5 {
color: #1f6b54;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #72b1a0;
--color-3: #4cae87;
--color-4: #29896b;
--color-5: #1f6b54;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #72b1a0, #4cae87, #29896b, #1f6b54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #72b1a0, #4cae87, #29896b, #1f6b54);
}
Similar color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Peach Blossom
- Green Blue Cocktail
- Whispering Meadow
- Olive Grove Harmony
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
- Nordic Serenity
- Shades of Green
- Shades of Pink
- Serenity in Bloom
- Warm Shades of Orange
- Courageous Horizon
- Shades of Green
Shades of Green color palette created on .