Green Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Garden palette

Share this palette to:

Green Garden color palette CSS

/* CSS */
.color-1 {
color: #85ab5f;
}
.color-2 {
color: #a9c99c;
}
.color-3 {
color: #d1e3b5;
}
.color-4 {
color: #f4f9d7;
}
.color-5 {
color: #ffedb3;
}

/* CSS Variables */
:root {
--color-1: #85ab5f;
--color-2: #a9c99c;
--color-3: #d1e3b5;
--color-4: #f4f9d7;
--color-5: #ffedb3;
}

Green Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85ab5f, #a9c99c, #d1e3b5, #f4f9d7, #ffedb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85ab5f, #a9c99c, #d1e3b5, #f4f9d7, #ffedb3);
}

Green Garden color palette created on .