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: #7ebe7e;
}
.color-2 {
color: #a9d9a1;
}
.color-3 {
color: #d9e2b6;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f5c7a3;
}

/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #a9d9a1;
--color-3: #d9e2b6;
--color-4: #f0e78e;
--color-5: #f5c7a3;
}

Green Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #a9d9a1, #d9e2b6, #f0e78e, #f5c7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #a9d9a1, #d9e2b6, #f0e78e, #f5c7a3);
}

Green Nature color palette created on .