Meadow Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Meadow Breeze palette
Meadow Breeze color palette CSS
/* CSS */
.color-1 {
color: #d4e194;
}
.color-2 {
color: #d2d5da;
}
.color-3 {
color: #93a159;
}
.color-4 {
color: #eaeef1;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #d4e194;
--color-2: #d2d5da;
--color-3: #93a159;
--color-4: #eaeef1;
--color-5: #ffffff;
}
Meadow Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e194, #d2d5da, #93a159, #eaeef1, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e194, #d2d5da, #93a159, #eaeef1, #ffffff);
}
Similar color palettes
Scroll down to explore 1 Lightgreen color palette
Meadow Breeze color palette created on .