Farm Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Farm Green palette

Share this palette to:

Download Farm Green Color Palette (PNG)

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

Farm Green color palette CSS

/* CSS */
.color-1 {
color: #8dbf6e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #d5a86d;
}
.color-4 {
color: #a86d4d;
}
.color-5 {
color: #c85d3c;
}

/* CSS Variables */
:root {
--color-1: #8dbf6e;
--color-2: #f1c84b;
--color-3: #d5a86d;
--color-4: #a86d4d;
--color-5: #c85d3c;
}

Farm Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8dbf6e, #f1c84b, #d5a86d, #a86d4d, #c85d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8dbf6e, #f1c84b, #d5a86d, #a86d4d, #c85d3c);
}

Farm Green color palette created on .