Farm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Farm palette
Farm color palette PNG image
Farm color palette CSS
/* CSS */
.color-1 {
color: #8caa3c;
}
.color-2 {
color: #b9c43b;
}
.color-3 {
color: #f2d86e;
}
.color-4 {
color: #e8ab4f;
}
.color-5 {
color: #af573c;
}
/* CSS Variables */
:root {
--color-1: #8caa3c;
--color-2: #b9c43b;
--color-3: #f2d86e;
--color-4: #e8ab4f;
--color-5: #af573c;
}
Farm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8caa3c, #b9c43b, #f2d86e, #e8ab4f, #af573c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8caa3c, #b9c43b, #f2d86e, #e8ab4f, #af573c);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Farm color palette created on .