Vegetable Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vegetable Garden palette

Share this palette to:

Vegetable Garden color palette PNG image

Download vegetable garden color palette PNG image (landscape)
Download vegetable garden color palette PNG image (square)

Vegetable Garden color palette CSS

/* CSS */
.color-1 {
color: #5d8a4c;
}
.color-2 {
color: #a4caa0;
}
.color-3 {
color: #f2cfa1;
}
.color-4 {
color: #d98a6d;
}
.color-5 {
color: #b84e3d;
}

/* CSS Variables */
:root {
--color-1: #5d8a4c;
--color-2: #a4caa0;
--color-3: #f2cfa1;
--color-4: #d98a6d;
--color-5: #b84e3d;
}

Vegetable Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8a4c, #a4caa0, #f2cfa1, #d98a6d, #b84e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8a4c, #a4caa0, #f2cfa1, #d98a6d, #b84e3d);
}

Vegetable Garden color palette created on .