Green Nature Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Nature palette

Share this palette to:

Green Nature color palette CSS

/* CSS */
.color-1 {
color: #5d894d;
}
.color-2 {
color: #a2caa0;
}
.color-3 {
color: #e2ebc1;
}
.color-4 {
color: #d5c6a5;
}
.color-5 {
color: #895a39;
}

/* CSS Variables */
:root {
--color-1: #5d894d;
--color-2: #a2caa0;
--color-3: #e2ebc1;
--color-4: #d5c6a5;
--color-5: #895a39;
}

Green Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d894d, #a2caa0, #e2ebc1, #d5c6a5, #895a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d894d, #a2caa0, #e2ebc1, #d5c6a5, #895a39);
}

Green Nature color palette created on .