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: #4cae4f;
}
.color-2 {
color: #a4d48c;
}
.color-3 {
color: #f1e6a7;
}
.color-4 {
color: #faa700;
}
.color-5 {
color: #db4900;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #a4d48c;
--color-3: #f1e6a7;
--color-4: #faa700;
--color-5: #db4900;
}

Vegetable Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #a4d48c, #f1e6a7, #faa700, #db4900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #a4d48c, #f1e6a7, #faa700, #db4900);
}

Vegetable Garden color palette created on .