Elegant Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Green palette

Share this palette to:

Elegant Green color palette CSS

/* CSS */
.color-1 {
color: #d9d4c9;
}
.color-2 {
color: #a9a29e;
}
.color-3 {
color: #6f6c5d;
}
.color-4 {
color: #487d2c;
}
.color-5 {
color: #2b4a2c;
}

/* CSS Variables */
:root {
--color-1: #d9d4c9;
--color-2: #a9a29e;
--color-3: #6f6c5d;
--color-4: #487d2c;
--color-5: #2b4a2c;
}

Elegant Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d4c9, #a9a29e, #6f6c5d, #487d2c, #2b4a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d4c9, #a9a29e, #6f6c5d, #487d2c, #2b4a2c);
}

Elegant Green color palette created on .