Lemon Lime Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lemon Lime palette
Lemon Lime color palette CSS
/* CSS */
.color-1 {
color: #bbff00;
}
.color-2 {
color: #d5e33b;
}
.color-3 {
color: #e9f54d;
}
.color-4 {
color: #f6f88b;
}
.color-5 {
color: #f5df3d;
}
/* CSS Variables */
:root {
--color-1: #bbff00;
--color-2: #d5e33b;
--color-3: #e9f54d;
--color-4: #f6f88b;
--color-5: #f5df3d;
}
Lemon Lime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbff00, #d5e33b, #e9f54d, #f6f88b, #f5df3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbff00, #d5e33b, #e9f54d, #f6f88b, #f5df3d);
}
Similar color palettes
Lemon Lime color palette created on .