Grassy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Grassy palette

Share this palette to:

Grassy color palette PNG image

Download grassy color palette PNG image (landscape)
Download grassy color palette PNG image (square)

Grassy color palette CSS

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #69bf69;
}
.color-3 {
color: #89d790;
}
.color-4 {
color: #b1e09f;
}
.color-5 {
color: #eff7cf;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #69bf69;
--color-3: #89d790;
--color-4: #b1e09f;
--color-5: #eff7cf;
}

Grassy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #69bf69, #89d790, #b1e09f, #eff7cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #69bf69, #89d790, #b1e09f, #eff7cf);
}

Grassy color palette created on .