Rich Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rich Green palette

Share this palette to:

Rich Green color palette CSS

/* CSS */
.color-1 {
color: #4a8d3a;
}
.color-2 {
color: #7b5c3d;
}
.color-3 {
color: #bfb04f;
}
.color-4 {
color: #6a4b39;
}
.color-5 {
color: #d4c29b;
}

/* CSS Variables */
:root {
--color-1: #4a8d3a;
--color-2: #7b5c3d;
--color-3: #bfb04f;
--color-4: #6a4b39;
--color-5: #d4c29b;
}

Rich Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8d3a, #7b5c3d, #bfb04f, #6a4b39, #d4c29b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8d3a, #7b5c3d, #bfb04f, #6a4b39, #d4c29b);
}

Rich Green color palette created on .