Green Agriculture Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Agriculture palette

Share this palette to:

Green Agriculture color palette CSS

/* CSS */
.color-1 {
color: #60c362;
}
.color-2 {
color: #9cd8a3;
}
.color-3 {
color: #e0f1c5;
}
.color-4 {
color: #f4e666;
}
.color-5 {
color: #ffa052;
}

/* CSS Variables */
:root {
--color-1: #60c362;
--color-2: #9cd8a3;
--color-3: #e0f1c5;
--color-4: #f4e666;
--color-5: #ffa052;
}

Green Agriculture background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60c362, #9cd8a3, #e0f1c5, #f4e666, #ffa052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60c362, #9cd8a3, #e0f1c5, #f4e666, #ffa052);
}

Similar color palettes

Scroll down to explore 2 Green color palettes

Green Agriculture color palette created on .