Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Garden palette
Color Inspiration
Images that showcase this color palette in real designs
Download Garden Color Palette (PNG)
Garden color palette CSS
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #80c684;
}
.color-3 {
color: #c4e0a3;
}
.color-4 {
color: #fff175;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #80c684;
--color-3: #c4e0a3;
--color-4: #fff175;
--color-5: #ffb84d;
}
Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #80c684, #c4e0a3, #fff175, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #80c684, #c4e0a3, #fff175, #ffb84d);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Garden color palette created on .