Urban Farm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Farm palette

Share this palette to:

Urban Farm color palette PNG image

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

Urban Farm color palette CSS

/* CSS */
.color-1 {
color: #a2d15c;
}
.color-2 {
color: #6da046;
}
.color-3 {
color: #4b8132;
}
.color-4 {
color: #3b5c23;
}
.color-5 {
color: #293a1d;
}

/* CSS Variables */
:root {
--color-1: #a2d15c;
--color-2: #6da046;
--color-3: #4b8132;
--color-4: #3b5c23;
--color-5: #293a1d;
}

Urban Farm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d15c, #6da046, #4b8132, #3b5c23, #293a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d15c, #6da046, #4b8132, #3b5c23, #293a1d);
}

Urban Farm color palette created on .