Lush Meadow Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lush Meadow Breeze palette
Lush Meadow Breeze color palette CSS
/* CSS */
.color-1 {
color: #99f25a;
}
.color-2 {
color: #aae77e;
}
.color-3 {
color: #c1e8a1;
}
.color-4 {
color: #f4f8b4;
}
.color-5 {
color: #f7d58d;
}
/* CSS Variables */
:root {
--color-1: #99f25a;
--color-2: #aae77e;
--color-3: #c1e8a1;
--color-4: #f4f8b4;
--color-5: #f7d58d;
}
Lush Meadow Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #99f25a, #aae77e, #c1e8a1, #f4f8b4, #f7d58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #99f25a, #aae77e, #c1e8a1, #f4f8b4, #f7d58d);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Lush Meadow Breeze color palette created on .