Lush Greenery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lush Greenery palette
Lush Greenery color palette CSS
/* CSS */
.color-1 {
color: #deff38;
}
.color-2 {
color: #a6d56c;
}
.color-3 {
color: #4abf6b;
}
.color-4 {
color: #2ca54e;
}
.color-5 {
color: #1f7a33;
}
/* CSS Variables */
:root {
--color-1: #deff38;
--color-2: #a6d56c;
--color-3: #4abf6b;
--color-4: #2ca54e;
--color-5: #1f7a33;
}
Lush Greenery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #deff38, #a6d56c, #4abf6b, #2ca54e, #1f7a33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #deff38, #a6d56c, #4abf6b, #2ca54e, #1f7a33);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Lush Greenery color palette created on .