Green Veggie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Veggie palette

Share this palette to:

Green Veggie color palette CSS

/* CSS */
.color-1 {
color: #5caa0e;
}
.color-2 {
color: #a3ec5b;
}
.color-3 {
color: #dff58e;
}
.color-4 {
color: #fdd868;
}
.color-5 {
color: #fdc749;
}

/* CSS Variables */
:root {
--color-1: #5caa0e;
--color-2: #a3ec5b;
--color-3: #dff58e;
--color-4: #fdd868;
--color-5: #fdc749;
}

Green Veggie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5caa0e, #a3ec5b, #dff58e, #fdd868, #fdc749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5caa0e, #a3ec5b, #dff58e, #fdd868, #fdc749);
}

Similar color palettes

Scroll down to explore 2 Green color palettes

Green Veggie color palette created on .