Lush Citrus Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lush Citrus Grove palette
Lush Citrus Grove color palette CSS
/* CSS */
.color-1 {
color: #8fe53e;
}
.color-2 {
color: #5dbf40;
}
.color-3 {
color: #4a9a2d;
}
.color-4 {
color: #f6e07e;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #8fe53e;
--color-2: #5dbf40;
--color-3: #4a9a2d;
--color-4: #f6e07e;
--color-5: #f0a400;
}
Lush Citrus Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fe53e, #5dbf40, #4a9a2d, #f6e07e, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fe53e, #5dbf40, #4a9a2d, #f6e07e, #f0a400);
}
Similar color palettes
Lush Citrus Grove color palette created on .