Lime Light Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lime Light palette
Lime Light color palette CSS
/* CSS */
.color-1 {
color: #a9cb10;
}
.color-2 {
color: #bedd13;
}
.color-3 {
color: #c2e71d;
}
.color-4 {
color: #c4eb28;
}
.color-5 {
color: #d9ed2c;
}
/* CSS Variables */
:root {
--color-1: #a9cb10;
--color-2: #bedd13;
--color-3: #c2e71d;
--color-4: #c4eb28;
--color-5: #d9ed2c;
}
Lime Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9cb10, #bedd13, #c2e71d, #c4eb28, #d9ed2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9cb10, #bedd13, #c2e71d, #c4eb28, #d9ed2c);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Lime Light color palette created on .