Lush Sunlit Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lush Sunlit Grove palette
Lush Sunlit Grove color palette CSS
/* CSS */
.color-1 {
color: #009945;
}
.color-2 {
color: #ffea00;
}
.color-3 {
color: #a5c200;
}
.color-4 {
color: #74c700;
}
.color-5 {
color: #005c00;
}
/* CSS Variables */
:root {
--color-1: #009945;
--color-2: #ffea00;
--color-3: #a5c200;
--color-4: #74c700;
--color-5: #005c00;
}
Lush Sunlit Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009945, #ffea00, #a5c200, #74c700, #005c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009945, #ffea00, #a5c200, #74c700, #005c00);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Lush Sunlit Grove color palette created on .