Lemonade Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lemonade Meadow palette
Lemonade Meadow color palette CSS
/* CSS */
.color-1 {
color: #87f500;
}
.color-2 {
color: #b1fa33;
}
.color-3 {
color: #d1fa61;
}
.color-4 {
color: #fafa94;
}
.color-5 {
color: #f0dd70;
}
/* CSS Variables */
:root {
--color-1: #87f500;
--color-2: #b1fa33;
--color-3: #d1fa61;
--color-4: #fafa94;
--color-5: #f0dd70;
}
Lemonade Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #87f500, #b1fa33, #d1fa61, #fafa94, #f0dd70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #87f500, #b1fa33, #d1fa61, #fafa94, #f0dd70);
}
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
Lemonade Meadow color palette created on .