Verdant Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Vibes palette
Verdant Vibes color palette CSS
/* CSS */
.color-1 {
color: #d5d90d;
}
.color-2 {
color: #b5c200;
}
.color-3 {
color: #a2c700;
}
.color-4 {
color: #6bad00;
}
.color-5 {
color: #4a8f00;
}
/* CSS Variables */
:root {
--color-1: #d5d90d;
--color-2: #b5c200;
--color-3: #a2c700;
--color-4: #6bad00;
--color-5: #4a8f00;
}
Verdant Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d90d, #b5c200, #a2c700, #6bad00, #4a8f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d90d, #b5c200, #a2c700, #6bad00, #4a8f00);
}
Similar color palettes
- Mimi's Dreamscape
- Mimi's Garden Delight
- Elysian Sunset
- Serenity by the Shore
- Blue Future
- Moss Green Serenity
- Dusty Blue and Sage Green
- Shades of Green
- Shades of Green and Blue
- Shades of Green and Blue
- Deep Green Serenity
- Emerald Awakening
- Sunset Serenade
- Whimsical Blossom
- Bright Yellow Green
- Bright Yellow Green
- Core Harmony
- Lemon Lime Burst
Verdant Vibes color palette created on .