Verdant Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whisper palette
Verdant Whisper color palette CSS
/* CSS */
.color-1 {
color: #a6d9a1;
}
.color-2 {
color: #7ebe8b;
}
.color-3 {
color: #60af76;
}
.color-4 {
color: #409c61;
}
.color-5 {
color: #2b7d4c;
}
/* CSS Variables */
:root {
--color-1: #a6d9a1;
--color-2: #7ebe8b;
--color-3: #60af76;
--color-4: #409c61;
--color-5: #2b7d4c;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d9a1, #7ebe8b, #60af76, #409c61, #2b7d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d9a1, #7ebe8b, #60af76, #409c61, #2b7d4c);
}
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
Verdant Whisper color palette created on .