Green Sprout Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Sprout palette
Green Sprout color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b5e0b3;
}
.color-3 {
color: #f4c9a4;
}
.color-4 {
color: #f8a2a0;
}
.color-5 {
color: #ebadad;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b5e0b3;
--color-3: #f4c9a4;
--color-4: #f8a2a0;
--color-5: #ebadad;
}
Green Sprout background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b5e0b3, #f4c9a4, #f8a2a0, #ebadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b5e0b3, #f4c9a4, #f8a2a0, #ebadad);
}
Similar color palettes
- Whispers of Tranquil Waters
- "Vibrant Echoes of Nature"
- Shades of Green
- Vitality Burst
- Tropical Oasis
- Persian Green Dream
- Green Nature
- Verdant Whisper
- Enchanted Grove
- Verdant Whisper
- Shades of Green
- Vibrant Green Orange
- Shades of Green Red Yellow
- Shades of Green
- Shades of Green
- Verdant Harmony
- Serene Oasis
- Verdant Whisper
Green Sprout color palette created on .