Meadow Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Meadow Breeze palette

Share this palette to:

Meadow Breeze color palette CSS

/* CSS */
.color-1 {
color: #5abf5a;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e1f39b;
}
.color-4 {
color: #f9e490;
}
.color-5 {
color: #f9b74e;
}

/* CSS Variables */
:root {
--color-1: #5abf5a;
--color-2: #a3d55d;
--color-3: #e1f39b;
--color-4: #f9e490;
--color-5: #f9b74e;
}

Meadow Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf5a, #a3d55d, #e1f39b, #f9e490, #f9b74e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf5a, #a3d55d, #e1f39b, #f9e490, #f9b74e);
}

Meadow Breeze color palette created on .