Neutral Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neutral Green palette

Share this palette to:

Neutral Green color palette PNG image

Download neutral green color palette PNG image (landscape)
Download neutral green color palette PNG image (square)

Neutral Green color palette CSS

/* CSS */
.color-1 {
color: #a7b29f;
}
.color-2 {
color: #d4cfc4;
}
.color-3 {
color: #e7e2da;
}
.color-4 {
color: #f1e9e4;
}
.color-5 {
color: #f5f3f0;
}

/* CSS Variables */
:root {
--color-1: #a7b29f;
--color-2: #d4cfc4;
--color-3: #e7e2da;
--color-4: #f1e9e4;
--color-5: #f5f3f0;
}

Neutral Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}

Neutral Green color palette created on .