Garden Gherkin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Garden Gherkin palette
Garden Gherkin color palette CSS
/* CSS */
.color-1 {
color: #7c993d;
}
.color-2 {
color: #a7c26b;
}
.color-3 {
color: #d1e6a7;
}
.color-4 {
color: #e3f1b1;
}
.color-5 {
color: #f7f7d9;
}
/* CSS Variables */
:root {
--color-1: #7c993d;
--color-2: #a7c26b;
--color-3: #d1e6a7;
--color-4: #e3f1b1;
--color-5: #f7f7d9;
}
Garden Gherkin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c993d, #a7c26b, #d1e6a7, #e3f1b1, #f7f7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c993d, #a7c26b, #d1e6a7, #e3f1b1, #f7f7d9);
}
Similar color palettes
- Vibrant Orange
- Coastal Serenity
- Zesty Biscotti Bliss
- Whimsical Woodland Retreat
- Emerald Whisper
- Reflective Oasis
- Dark Green and Purple Science
- Crimson Forest Shadows
- Red and Green Harmony
- Sunset Serenade
- Verdant Awakening
- Shades of Green
- GUMI Garden Delight
- Serene Blossom
- Emerald Oasis
- Bright Coral
- Lily Whisper
- Sweet Pink
Garden Gherkin color palette created on .