Lush Meadow Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lush Meadow Harmony palette

Share this palette to:

Lush Meadow Harmony color palette CSS

/* CSS */
.color-1 {
color: #d2db6b;
}
.color-2 {
color: #a2af55;
}
.color-3 {
color: #879b8c;
}
.color-4 {
color: #829140;
}
.color-5 {
color: #66763d;
}

/* CSS Variables */
:root {
--color-1: #d2db6b;
--color-2: #a2af55;
--color-3: #879b8c;
--color-4: #829140;
--color-5: #66763d;
}

Lush Meadow Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2db6b, #a2af55, #879b8c, #829140, #66763d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2db6b, #a2af55, #879b8c, #829140, #66763d);
}

Lush Meadow Harmony color palette created on .